# HG changeset patch # User jwe # Date 1196276405 0 # Node ID 621111e57a867a3110160f75022ad9f2309c1ee4 # Parent 818b1417bce9b77d99b1712d52f6c61591e25ba0 [project @ 2007-11-28 19:00:05 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Michael Goffioul + + * plot/drawnow.m: Fix typo. + 2007-11-27 David Bateman * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, diff --git a/scripts/plot/drawnow.m b/scripts/plot/drawnow.m --- a/scripts/plot/drawnow.m +++ b/scripts/plot/drawnow.m @@ -186,7 +186,7 @@ enh_str, h); elseif (enhanced) - fprintf (plot_stream "set terminal %s %s\n", term, enh_str); + fprintf (plot_stream, "set terminal %s %s\n", term, enh_str); endif ## gnuplot will pick up the GNUTERM environment variable itself ## so no need to set the terminal type if not also setting the