diff scripts/strings/str2double.m @ 5920:bf4241378994

[project @ 2006-08-14 16:46:32 by jwe]
author jwe
date Mon, 14 Aug 2006 16:46:33 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/strings/str2double.m	Mon Aug 14 16:42:03 2006 +0000
+++ b/scripts/strings/str2double.m	Mon Aug 14 16:46:33 2006 +0000
@@ -195,7 +195,7 @@
     ix = 1;
     ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]),
     while (ix < sl && CD(ix))
-      ix++
+      ix++;
     endwhile
     ta = ix;
     te = [];