changeset 16152:c48847a781d5

* input.cc (input_event_hook): Return 0.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Feb 2013 21:23:27 -0500
parents e309eb7940be
children a57c2c8c8163
files libinterp/interpfcn/input.cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/input.cc	Wed Feb 27 20:32:42 2013 -0500
+++ b/libinterp/interpfcn/input.cc	Wed Feb 27 21:23:27 2013 -0500
@@ -1210,6 +1210,8 @@
 
   if (hook_fcn_map.empty ())
     command_editor::remove_event_hook (input_event_hook);
+
+  return 0;
 }
 
 DEFUN (add_input_event_hook, args, ,