changeset 8049:e36e891f2349

undo spurious change in last commit
author John W. Eaton <jwe@octave.org>
date Thu, 21 Aug 2008 15:32:50 -0400
parents 2f7ff06c0c7b
children dac919d9c418
files scripts/plot/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/print.m	Thu Aug 21 15:28:58 2008 -0400
+++ b/scripts/plot/print.m	Thu Aug 21 15:32:50 2008 -0400
@@ -423,7 +423,7 @@
     endif
 
     if (! isempty (convertname))
-      command = sprintf ("convert '%s' '%s'", name, convertname)
+      command = sprintf ("convert '%s' '%s'", name, convertname);
       [errcode, output] = system (command);
       unlink (name);
       if (errcode)