summaryrefslogtreecommitdiff
path: root/src/wasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.cpp')
-rw-r--r--src/wasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.cpp b/src/wasm.cpp
index f43f4be1e..b5a4314de 100644
--- a/src/wasm.cpp
+++ b/src/wasm.cpp
@@ -27,7 +27,7 @@ Name WASM("wasm"),
namespace BinaryConsts {
namespace UserSections {
-const char* Names = "names";
+const char* Name = "name";
}
}