changeset 14109:9627d5134a12 stable

__patch__.m: Terminate line with semicolon.
author Ben Abbott <bpabbott@mac.com>
date Sun, 25 Dec 2011 15:45:15 -0500
parents 5be545210fe3
children b8d9530e940e
files scripts/plot/private/__patch__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__patch__.m	Sun Dec 25 12:18:49 2011 -0500
+++ b/scripts/plot/private/__patch__.m	Sun Dec 25 15:45:15 2011 -0500
@@ -275,7 +275,7 @@
               reshape (fvc(idx, 2), size(idx)),
               reshape (fvc(idx, 3), size(idx)));
     elseif (isempty (fvc))
-      c = []
+      c = [];
     else ## if (size (fvc, 2) == 1)
       c = permute (fvc(faces), [2, 1]);
     endif