diff src/ov-builtin.cc @ 8333:9238637cb81c

style fixes
author John W. Eaton <jwe@octave.org>
date Tue, 18 Nov 2008 11:14:31 -0500
parents 283989f2da9b
children ad3afaaa19c1
line wrap: on
line diff
--- a/src/ov-builtin.cc
+++ b/src/ov-builtin.cc
@@ -106,7 +106,7 @@
 	{
 	  retval = (*f) (args, nargout);
           // Do not allow null values to be returned from functions.
-          // FIXME: perhaps true builtins should be allowed?
+          // FIXME -- perhaps true builtins should be allowed?
           retval.normalize_null_values ();
 	}
       catch (octave_execution_exception)