babl r297 - in trunk: . babl
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: babl r297 - in trunk: . babl
- Date: Mon, 24 Mar 2008 21:31:48 +0000 (GMT)
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]