summaryrefslogtreecommitdiff
path: root/js/Branching/EXTRACTOR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/EXTRACTOR.js')
-rw-r--r--js/Branching/EXTRACTOR.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js
index cef5e902..3715884e 100644
--- a/js/Branching/EXTRACTOR.js
+++ b/js/Branching/EXTRACTOR.js
@@ -25,7 +25,7 @@ model=arg1.model;
while (true) {
[ok,ind,exprs]=scicos_getvalue("Set block parameters",["indices to extract"],list("vec",-1),exprs);
if (!ok) {
-break
+break;
}
ind=int(ind);
ind=ind.slice();
@@ -35,7 +35,7 @@ model.ipar=ind;
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
}