diff src/editors.c @ 237:404629011caa

Add missing return at the end of editor_command_next_start().
author zas_
date Thu, 03 Apr 2008 20:45:55 +0000
parents f6e307c7bad6
children e4f8a9c1ba26
line wrap: on
line diff
--- 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)