diff scripts/plot/clf.m @ 8610:85c9906abfd1

use endif and endfor instead of end
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jan 2009 23:17:37 -0500
parents 8a2559a1aefa
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/clf.m
+++ b/scripts/plot/clf.m
@@ -60,7 +60,7 @@
     hfig = gcf;
     oldfig = hfig;
     do_reset = false;
-  end
+  endif
 
   if (do_reset)
     ## Select all the children, including the one with hidden handles.