changeset 4525:cccd107fa208

[project @ 2003-10-02 05:24:04 by jwe]
author jwe
date Thu, 02 Oct 2003 05:24:04 +0000
parents fd95dc5e6f28
children 8952973c6837
files scripts/ChangeLog scripts/statistics/base/mean.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Oct 02 03:14:48 2003 +0000
+++ b/scripts/ChangeLog	Thu Oct 02 05:24:04 2003 +0000
@@ -1,3 +1,7 @@
+2003-10-02  Quentin Spencer  <qspencer@ieee.org>
+
+	* statistics/base/mean.m: Fix missing semicolon problem.
+
 2003-09-08  Al Niessner  <Al.Niessner@jpl.nasa.gov>
 
 	* plot/subplot.m: New global variable, __multiplot_scale__.
--- a/scripts/statistics/base/mean.m	Thu Oct 02 03:14:48 2003 +0000
+++ b/scripts/statistics/base/mean.m	Thu Oct 02 05:24:04 2003 +0000
@@ -70,7 +70,7 @@
       opt = opt1;
       need_dim = 1;
     else
-      dim = opt1
+      dim = opt1;
       opt = "a";
     endif
   elseif (nargin == 3)