babl r297 - in trunk: . babl



Author: tml
Date: Mon Mar 24 21:31:48 2008
New Revision: 297
URL: http://svn.gnome.org/viewvc/babl?rev=297&view=rev

Log:
2008-03-24  Tor Lillqvist  <tml novell com>

	* babl/babl-type.c: Make the "test" array static.



Modified:
   trunk/ChangeLog
   trunk/babl/babl-type.c

Modified: trunk/babl/babl-type.c
==============================================================================
--- trunk/babl/babl-type.c	(original)
+++ trunk/babl/babl-type.c	Mon Mar 24 21:31:48 2008
@@ -142,7 +142,7 @@
 #define TOLERANCE    0.000000001
 #define samples      512
 
-double test[samples];
+static double test[samples];
 
 static double r_interval (double min, double max)
 {



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