diff scripts/io/textscan.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents 3c6e8aaa9555
children d0b799dafede
line wrap: on
line diff
--- a/scripts/io/textscan.m
+++ b/scripts/io/textscan.m
@@ -77,7 +77,7 @@
     if (ischar (format))
       if (ischar (fid))
         if (nargout == 2)
-          error ("textscan: cannot provide position information for character input")
+          error ("textscan: cannot provide position information for character input");
         endif
         str = fid;
       else