diff options
Diffstat (limited to 'js/Misc/ENDBLK.js')
-rw-r--r-- | js/Misc/ENDBLK.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/ENDBLK.js b/js/Misc/ENDBLK.js index aad616ec..eb5fbc9c 100644 --- a/js/Misc/ENDBLK.js +++ b/js/Misc/ENDBLK.js @@ -17,7 +17,7 @@ for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o=arg1.model.rpar.objs(i); if (typeof(o)=="Block"&&o.gui=="END_c") { ppath=list(i); -break +break; } } newpar=list(); |