diff scripts/image/imfinfo.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 2b48deec1aa2
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/image/imfinfo.m
+++ b/scripts/image/imfinfo.m
@@ -90,7 +90,7 @@
   endif
 
   if (!ischar (filename))
-    error ("imfinfo: filename must be a string")
+    error ("imfinfo: filename must be a string");
   endif
 
   filename = tilde_expand (filename);