# HG changeset patch # User Mike Miller # Date 1548182986 28800 # Node ID 988118822a9297fb03bc25f2d6e310625e36f6bf # Parent ee21e2bf3e5048aefcc70aabfc84d70ab974b715 shg: fix syntax error introduced in cset b785394f10d0 * shg.m: Delete extraneous parenthesis left over from copy/paste. diff -r ee21e2bf3e50 -r 988118822a92 scripts/plot/util/shg.m --- 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