diff options
Diffstat (limited to 'src/tools/wasm2asm.cpp')
-rw-r--r-- | src/tools/wasm2asm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm2asm.cpp b/src/tools/wasm2asm.cpp index 4198c8784..cc53dc834 100644 --- a/src/tools/wasm2asm.cpp +++ b/src/tools/wasm2asm.cpp @@ -48,7 +48,7 @@ int main(int argc, const char *argv[]) { builderFlags.pedantic = true; }) .add_positional("INFILE", Options::Arguments::One, - [](Options *o, const std::string &argument) { + [](Options *o, const std::string& argument) { o->extra["infile"] = argument; }); options.parse(argc, argv); |