diff scripts/plot/cylinder.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents c792872f8942
children 80fc70a53400
line wrap: on
line diff
--- a/scripts/plot/cylinder.m
+++ b/scripts/plot/cylinder.m
@@ -65,7 +65,7 @@
   endif
 
   if (length (r) < 2)
-    error ("cylinder: length(R) must be larger than 2")
+    error ("cylinder: length(R) must be larger than 2");
   endif
 
   phi = linspace (0, 2*pi, n+1);