diff src/histogram.c @ 609:b690cecbf5b8

Use function(void) instead of function() for declaring functions which do not take any parameters at all. It respects current Geeqie coding style more.
author zas_
date Fri, 09 May 2008 07:32:30 +0000
parents 48c8e49b571c
children 21864cc96369
line wrap: on
line diff
--- a/src/histogram.c	Thu May 08 22:59:14 2008 +0000
+++ b/src/histogram.c	Fri May 09 07:32:30 2008 +0000
@@ -32,7 +32,7 @@
 };
 
 
-Histogram *histogram_new()
+Histogram *histogram_new(void)
 {
 	Histogram *histogram;