summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATZREIM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r--js/MatrixOp/MATZREIM.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js
index 9734aa00..72fc756c 100644
--- a/js/MatrixOp/MATZREIM.js
+++ b/js/MatrixOp/MATZREIM.js
@@ -39,7 +39,7 @@ label[9-1]=[];
while (true) {
[ok,decomptyp,lab]=scicos_getvalue("Set MATZREIM block parameters",["decomposition type (1=Complex2Real&Imag 2=Real&Imag2Complex)"],list("vec",1),label);
if (!ok) {
-break
+break;
}
label=lab;
if ((decomptyp==1)) {
@@ -68,7 +68,7 @@ arg1.model=model;
graphics.exprs=label;
arg1.graphics=graphics;
x=arg1;
-break
+break;
}
}
}