changeset 26598:988118822a92 stable

shg: fix syntax error introduced in cset b785394f10d0 * shg.m: Delete extraneous parenthesis left over from copy/paste.
author Mike Miller <mtmiller@octave.org>
date Tue, 22 Jan 2019 10:49:46 -0800
parents ee21e2bf3e50
children f6730533820e
files scripts/plot/util/shg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/shg.m	Tue Jan 22 19:31:42 2019 +0100
+++ b/scripts/plot/util/shg.m	Tue Jan 22 10:49:46 2019 -0800
@@ -39,7 +39,7 @@
   hf = get (0, "currentfigure");
   if (! isempty (hf))
     set (hf, "visible", "on");
-    __show_figure__ (hf));
+    __show_figure__ (hf);
   endif
 
 endfunction