[gegl] gegl: make "root" a have file, not global scope



commit 75a5c4a5042aa3c531977637e5f0b5e62d14978c
Author: Nils Philippsen <nils redhat com>
Date:   Tue Oct 19 16:32:41 2010 +0200

    gegl: make "root" a have file, not global scope

 gegl/gegl-instrument.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-instrument.c b/gegl/gegl-instrument.c
index c43b268..a46b3ca 100644
--- a/gegl/gegl-instrument.c
+++ b/gegl/gegl-instrument.c
@@ -38,7 +38,7 @@ struct _Timing
   Timing *next;
 };
 
-Timing *root = NULL;
+static Timing *root = NULL;
 
 static Timing *iter_next (Timing *iter)
 {



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