summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATRESH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r--js/MatrixOp/MATRESH.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js
index ef21b5f9..dbd65c59 100644
--- a/js/MatrixOp/MATRESH.js
+++ b/js/MatrixOp/MATRESH.js
@@ -93,7 +93,7 @@ function MATRESH() {
break;
}
}
- needcompile=resume(needcompile)
+ needcompile = resume(needcompile)
return new BasicBlock(this.x);
}
}