# HG changeset patch # User jwe # Date 1065072244 0 # Node ID cccd107fa2085caf08e4df50128321e57b31d33d # Parent fd95dc5e6f286b1d0e9820e6ea0172ae3f120aaf [project @ 2003-10-02 05:24:04 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2003-10-02 Quentin Spencer + + * statistics/base/mean.m: Fix missing semicolon problem. + 2003-09-08 Al Niessner * plot/subplot.m: New global variable, __multiplot_scale__. diff --git a/scripts/statistics/base/mean.m b/scripts/statistics/base/mean.m --- a/scripts/statistics/base/mean.m +++ b/scripts/statistics/base/mean.m @@ -70,7 +70,7 @@ opt = opt1; need_dim = 1; else - dim = opt1 + dim = opt1; opt = "a"; endif elseif (nargin == 3)