diff options
Diffstat (limited to 'js/Sources/READAU_f.js')
-rw-r--r-- | js/Sources/READAU_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index a0171f15..8ad32b6a 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -48,7 +48,7 @@ frmt1="uc"; M=1; offset=1; if (!ok) { -break +break; } fname1=stripblanks(fname1); frmt1=stripblanks(frmt1); @@ -75,7 +75,7 @@ model.ipar=ipar; graphics.exprs=exprs; x.graphics=graphics; x.model=model; -break +break; } } } |