summaryrefslogtreecommitdiff
path: root/js/Sources/CLKINV_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CLKINV_f.js')
-rw-r--r--js/Sources/CLKINV_f.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/CLKINV_f.js b/js/Sources/CLKINV_f.js
index a6b50a9e..4df43fbc 100644
--- a/js/Sources/CLKINV_f.js
+++ b/js/Sources/CLKINV_f.js
@@ -27,7 +27,7 @@ while (true) {
[ok,prt,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"CLKINV_f")," ",gettext("Event input port")," "],"Port Number",list("vec",1),exprs);
prt=int(prt);
if (!ok) {
-break
+break;
}
if (prt<=0) {
block_parameter_error(msprintf(gettext("Wrong values for \'Port Number\' parameter: %d."),prt),gettext("Strictly positive integer expected."));
@@ -38,7 +38,7 @@ model.firing=-1;
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
}