diff src/color-man.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 135570a8bd96
children 8268cbe682f1
line wrap: on
line diff
--- a/src/color-man.c	Thu May 08 22:59:14 2008 +0000
+++ b/src/color-man.c	Fri May 09 07:32:30 2008 +0000
@@ -60,7 +60,7 @@
 	cmsErrorAction(LCMS_ERROR_IGNORE);
 }
 
-static cmsHPROFILE color_man_create_adobe_comp()
+static cmsHPROFILE color_man_create_adobe_comp(void)
 {
 	/* ClayRGB1998 is AdobeRGB compatible */
 #include "ClayRGB1998_icc.h"