diff scripts/@ftp/loadobj.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 fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/@ftp/loadobj.m	Thu Jan 20 17:51:13 2011 -0500
+++ b/scripts/@ftp/loadobj.m	Thu Jan 20 18:26:09 2011 -0500
@@ -27,7 +27,7 @@
     if (! isempty (b.dir))
       __ftp_cwd__ (b.curlhandle, b.dir);
     endif
-    b = rmfield (b, "dir")
+    b = rmfield (b, "dir");
   elseif (isfield (b, "remotePwd"))
     ## FIXME: Can we read matlab java stringBuffer objects?
     warning ("can not change remote directory in loqded FTP object");