# HG changeset patch # User Ben Abbott # Date 1324845915 18000 # Node ID 9627d5134a12fee1a9c46757310974575acbf64c # Parent 5be545210fe395113e3bf8a3091bc691ef8e6e60 __patch__.m: Terminate line with semicolon. diff --git a/scripts/plot/private/__patch__.m b/scripts/plot/private/__patch__.m --- a/scripts/plot/private/__patch__.m +++ b/scripts/plot/private/__patch__.m @@ -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