summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index b119a010f..d0b154cd1 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -933,7 +933,7 @@ public:
std::ostream& print(std::ostream &o, unsigned indent) {
printOpening(o, "import ") << name << ' ';
printText(o, module.str) << ' ';
- printText(o, base.str) << ' ';
+ printText(o, base.str);
type.print(o, indent);
return o << ')';
}