aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsifier.js')
-rw-r--r--src/jsifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index 66cf22e7..e73a5861 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -571,7 +571,7 @@ function JSify(data) {
if (LABEL_DEBUG) ret += "INDENT = INDENT.substr(0, INDENT.length-2);\n";
ret += 'return';
if (item.value) {
- ret += ' ' + toNiceIdent(item.value);
+ ret += ' ' + finalizeLLVMParameter(item.value);
}
return ret + ';';
});