diff scripts/plot/private/__clabel__.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 72c96de7a403
line wrap: on
line diff
--- a/scripts/plot/private/__clabel__.m
+++ b/scripts/plot/private/__clabel__.m
@@ -41,7 +41,7 @@
     while (i1 < length (c))
       clev = c(1,i1);
       clen = c(2,i1);
-      p = c(:, i1+1:i1+clen)
+      p = c(:, i1+1:i1+clen);
 
       xmin = min (c(1,:));
       xmax = max (c(1,:));