summaryrefslogtreecommitdiff
path: root/src/binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.c')
-rw-r--r--src/binary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binary.c b/src/binary.c
index d426b48c..970fccb4 100644
--- a/src/binary.c
+++ b/src/binary.c
@@ -16,8 +16,8 @@
#include "binary.h"
-const char* g_wasm_section_name[] = {
+const char* g_wabt_section_name[] = {
#define V(NAME, name, code) #NAME,
- WASM_FOREACH_BINARY_SECTION(V)
+ WABT_FOREACH_BINARY_SECTION(V)
#undef V
};