diff scripts/general/nargchk.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents d65b33e55d40
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/general/nargchk.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/general/nargchk.m	Wed Feb 04 10:56:23 2009 -0500
@@ -61,7 +61,7 @@
     endif
     ## FIXME: remove the error below if error is modified to accept
     ## struct inputs
-    error ("nargchk: error does not yet support struct inputs")
+    error ("nargchk: error does not yet support struct inputs");
   endif
 
 endfunction