Add missing return at the end of editor_command_next_start().
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:45:55 +0000 (20:45 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:45:55 +0000 (20:45 +0000)
src/editors.c

index 5fd17cf..9c1a723 100644 (file)
@@ -668,8 +668,7 @@ static gint editor_command_next_start(EditorData *ed)
                }
        
        /* everything is done */
-       editor_command_done(ed);
-
+       return editor_command_done(ed);
 }
 
 static gint editor_command_next_finish(EditorData *ed, gint status)