babl r306 - in trunk: . babl



Author: neo
Date: Tue Apr 15 10:19:18 2008
New Revision: 306
URL: http://svn.gnome.org/viewvc/babl?rev=306&view=rev

Log:
2008-04-15  Sven Neumann  <sven gimp org>

	* babl/babl-fish-path.c (init_path_instrumentation): this function
	has no return value, declare it as void.


Modified:
   trunk/ChangeLog
   trunk/babl/babl-fish-path.c

Modified: trunk/babl/babl-fish-path.c
==============================================================================
--- trunk/babl/babl-fish-path.c	(original)
+++ trunk/babl/babl-fish-path.c	Tue Apr 15 10:19:18 2008
@@ -22,7 +22,7 @@
 #define BABL_LEGAL_ERROR    0.000001
 #define BABL_MAX_COST_VALUE 2000000
 
-static double
+static void
 init_path_instrumentation (Babl *fmt_source, 
                            Babl *fmt_destination);
 
@@ -385,7 +385,7 @@
 static double reference_cost;
 static int    init_instrumentation_done = 0;
 
-static double
+static void
 init_path_instrumentation (Babl *fmt_source, 
                            Babl *fmt_destination)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]