[gegl] gegl: make "root" a have file, not global scope
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl: make "root" a have file, not global scope
- Date: Tue, 19 Oct 2010 14:46:22 +0000 (UTC)
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]