diff scripts/geometry/voronoi.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents e792c736b1ac
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/geometry/voronoi.m
+++ b/scripts/geometry/voronoi.m
@@ -161,7 +161,7 @@
     vvx = vx;
     vvy = vy;
   else
-    error ("voronoi: only two or zero output arguments supported")
+    error ("voronoi: only two or zero output arguments supported");
   endif
 
 endfunction