[gegl] bin: Fix warning



commit 56d4c1d1d7864e7b8072006efc24d57c96b0375f
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Oct 2 18:19:16 2011 +0200

    bin: Fix warning

 bin/gegl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/gegl.c b/bin/gegl.c
index 8af9881..6db3884 100644
--- a/bin/gegl.c
+++ b/bin/gegl.c
@@ -188,7 +188,7 @@ main (gint    argc,
   if (!gegl)
     {
       g_print ("Invalid graph, abort.\n");
-      return;
+      return 1;
     }
 
   if (o->rest)



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