summaryrefslogtreecommitdiff
path: root/src/wasm-binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary-reader.h')
-rw-r--r--src/wasm-binary-reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary-reader.h b/src/wasm-binary-reader.h
index c1012432..470f0a56 100644
--- a/src/wasm-binary-reader.h
+++ b/src/wasm-binary-reader.h
@@ -26,7 +26,7 @@
struct WasmAllocator;
#define WASM_READ_BINARY_OPTIONS_DEFAULT \
- { 0 }
+ { WASM_FALSE }
typedef struct WasmReadBinaryOptions {
WasmBool read_debug_names;