# HG changeset patch # User Ben Abbott # Date 1341004667 14400 # Node ID 452be8dab49b148120b60222d155ad8d244ece1c # Parent f06a1602102418580feeb9fd436544a0cc89852a __go_draw_axes__.m: Add missing terminating semicolon. diff --git a/scripts/plot/private/__go_draw_axes__.m b/scripts/plot/private/__go_draw_axes__.m --- a/scripts/plot/private/__go_draw_axes__.m +++ b/scripts/plot/private/__go_draw_axes__.m @@ -2325,7 +2325,7 @@ n2 = setdiff (n2, n1); end for n = numel(n2):-1:1 - labels{m} = [labels{m}(1:n2(n)-1), "\\", labels{m}(n2(n):end)] + labels{m} = [labels{m}(1:n2(n)-1), "\\", labels{m}(n2(n):end)]; endfor endfor endfor