summaryrefslogtreecommitdiff
path: root/js/Branching/GOTO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GOTO.js')
-rw-r--r--js/Branching/GOTO.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Branching/GOTO.js b/js/Branching/GOTO.js
index ba4ae97f..593e3d34 100644
--- a/js/Branching/GOTO.js
+++ b/js/Branching/GOTO.js
@@ -30,7 +30,7 @@ model=arg1.model;
while (true) {
[ok,tag,tagvis,exprs]=scicos_getvalue("Set parameters",["Tag","Tag Visibility(1=Local 2=scoped 3= global)"],list("str",-1,"vec",1),exprs);
if (!ok) {
-break
+break;
}
tagvis=int(tagvis);
if (((tagvis<1)||(tagvis>3))) {
@@ -48,7 +48,7 @@ model.ipar=tagvis;
x.model=model;
x.graphics=graphics;
arg1=x;
-break
+break;
}
}
needcompile=resume(needcompile)