diff scripts/plot/__bar__.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 73d6b71788c0
children 7d48766c21a5
line wrap: on
line diff
--- a/scripts/plot/__bar__.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/plot/__bar__.m	Wed Feb 04 10:56:23 2009 -0500
@@ -104,7 +104,7 @@
   ylen = size (y, 1);
 
   if (xlen != ylen)
-    error ("%s: length of x and y must be equal", func)
+    error ("%s: length of x and y must be equal", func);
   endif
   if (any (x(2:end) < x(1:end-1)))
     error ("%s: x vector values must be in ascending order", func);