summaryrefslogtreecommitdiff
path: root/js/Branching/DEMUX.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/DEMUX.js')
-rw-r--r--js/Branching/DEMUX.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/DEMUX.js b/js/Branching/DEMUX.js
index 5c575b5a..8108e90f 100644
--- a/js/Branching/DEMUX.js
+++ b/js/Branching/DEMUX.js
@@ -37,7 +37,7 @@ ok=false;
}
} else {
if (size(out,"*")<2||or(out==0)||size(out,"*")>31) {
-message(["Block must have at least 2 and at most 31 output ports","size 0 is not allowed"]);
+message([["Block must have at least 2 and at most 31 output ports"],["size 0 is not allowed"]]);
ok=false;
} else {
if (min(out)<0) {