diff scripts/plot/print.m @ 11120:a44f979a35ce

style fixes for some .m files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Oct 2010 20:49:17 -0400
parents a8ac114ec9ab
children d048ce3f7cef
line wrap: on
line diff
--- a/scripts/plot/print.m
+++ b/scripts/plot/print.m
@@ -363,7 +363,7 @@
     endif
 
     ## call the backend print script
-    switch get (opts.figure, "__backend__")
+    switch (get (opts.figure, "__backend__"))
     case "gnuplot"
       opts = __gnuplot_print__ (opts);
     otherwise