changeset 1993:c70fd38624dd octave-forge

Typo
author adb014
date Tue, 31 May 2005 03:01:20 +0000
parents c0c1eeec094c
children cb3d2ba9a03b
files extra/tsa/rc2ac.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/tsa/rc2ac.m	Tue May 31 02:55:46 2005 +0000
+++ b/extra/tsa/rc2ac.m	Tue May 31 03:01:20 2005 +0000
@@ -27,7 +27,7 @@
 fprintf(2,'ERROR: RC2AC does not work yet. Sorry\n');
 return;
 
-if all(size(RC)>1,
+if all(size(RC)>1),
         fprintf(2,'Error RC2AC: "K" must be a vector\n');
         return;
 end;