diff scripts/plot/private/__axis_label__.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 c792872f8942
children e7c8ce0c0d3e
line wrap: on
line diff
--- a/scripts/plot/private/__axis_label__.m	Thu Jan 20 17:51:13 2011 -0500
+++ b/scripts/plot/private/__axis_label__.m	Thu Jan 20 18:26:09 2011 -0500
@@ -37,7 +37,8 @@
          "fontweight", get (ca, "fontweight"),
          "string", txt,
          varargin{:});
-    __fltk_redraw__()
+
+    __fltk_redraw__();
 
     if (nargout > 0)
       retval = h;