diff scripts/sparse/treeplot.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 bac54daffde2
line wrap: on
line diff
--- a/scripts/sparse/treeplot.m
+++ b/scripts/sparse/treeplot.m
@@ -190,7 +190,7 @@
             continue;
           endif
           plot (x_coordinate(skelet(istart:istop)),
-                y_coordinate(skelet(istart:istop)), edge_style)
+                y_coordinate(skelet(istart:istop)), edge_style);
         endfor
 
         ## Set axis and graph size.