diff options
author | Martin Nordholts <martinn@src.gnome.org> | 2011-10-02 18:19:16 +0200 |
---|---|---|
committer | Martin Nordholts <martinn@src.gnome.org> | 2011-10-02 18:19:16 +0200 |
commit | 56d4c1d1d7864e7b8072006efc24d57c96b0375f (patch) | |
tree | 228e84f8fdb0fff82fe6431e1754ce5bc265801d /bin | |
parent | 6586652f5eab6aaadc58cc82bf0033876e05cae0 (diff) |
bin: Fix warning
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gegl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ main (gint argc, if (!gegl) { g_print ("Invalid graph, abort.\n"); - return; + return 1; } if (o->rest) |