diff scripts/plot/refresh.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/plot/refresh.m
+++ b/scripts/plot/refresh.m
@@ -37,6 +37,6 @@
     h = gcf ();
   endif
 
-  set(h,"__modified__", "on")
+  set(h,"__modified__", "on");
   drawnow ();
 endfunction