summaryrefslogtreecommitdiff
path: root/src/bin/xcf/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/xcf/main.c')
-rw-r--r--src/bin/xcf/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/xcf/main.c b/src/bin/xcf/main.c
index 7b798ca..1cef05b 100644
--- a/src/bin/xcf/main.c
+++ b/src/bin/xcf/main.c
@@ -448,7 +448,7 @@ extern void combine_pixels_diss (DATA8* src, int src_w, int src_h, DATA8* dest,
/* ---------------------------------------------------------------------------- globals ------------ */
/* This makes using the Gimp sources easier */
-struct _GimpImage * image = &_image;
+static struct _GimpImage * image = &_image;
/* ------------------------------------------------------------------------------- code ------------ */