diff scripts/plot/__gnuplot_print__.m @ 11113:a8ac114ec9ab

Stylefixes, replace end by endif.
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Mon, 18 Oct 2010 20:40:12 +0200
parents 064aaf82222f
children a44f979a35ce
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_print__.m
+++ b/scripts/plot/__gnuplot_print__.m
@@ -41,7 +41,7 @@
     else
       opts.fontsize = axesfontsize;
     endif
-  end
+  endif
   ## The axes-label and tick-label spacing is determined by
   ## the font spec given in "set terminal ..."
   gp_opts = font_spec (opts);