summaryrefslogtreecommitdiff
path: root/js/Misc/PAL_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/PAL_f.js')
-rw-r--r--js/Misc/PAL_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js
index ed6fbf21..f325c8c6 100644
--- a/js/Misc/PAL_f.js
+++ b/js/Misc/PAL_f.js
@@ -27,7 +27,7 @@ function PAL_f() {
this.x = arg1;
y = [];
typ = [];
- %exit=resume(false)
+ %exit = resume(false)
return new BasicBlock(this.x);
}
}