# HG changeset patch # User zas_ # Date 1207255555 0 # Node ID 404629011caa6804494a13789929d10cef54b91c # Parent 92ac59ffd92853de967ae63a65842a73fe7b80cd Add missing return at the end of editor_command_next_start(). diff -r 92ac59ffd928 -r 404629011caa src/editors.c --- a/src/editors.c Thu Apr 03 20:40:15 2008 +0000 +++ b/src/editors.c Thu Apr 03 20:45:55 2008 +0000 @@ -668,8 +668,7 @@ } /* everything is done */ - editor_command_done(ed); - + return editor_command_done(ed); } static gint editor_command_next_finish(EditorData *ed, gint status)