diff scripts/plot/ribbon.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 eb7bdde776f2
children e07e93c04080
line wrap: on
line diff
--- a/scripts/plot/ribbon.m
+++ b/scripts/plot/ribbon.m
@@ -46,7 +46,7 @@
     width = 0.75;
   elseif (nargin != 3)
     print_usage ();
-  end
+  endif
 
   if (isvector (x) && isvector (y))
     if (length (x) != length (y))