diff options
Diffstat (limited to 'src/binary-reader-linker.cc')
-rw-r--r-- | src/binary-reader-linker.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binary-reader-linker.cc b/src/binary-reader-linker.cc index 6eae025a..568bd1eb 100644 --- a/src/binary-reader-linker.cc +++ b/src/binary-reader-linker.cc @@ -21,14 +21,14 @@ #define RELOC_SIZE 5 -typedef struct Context { +struct Context { WabtLinkerInputBinary* binary; WabtSection* reloc_section; WabtStringSlice import_name; WabtSection* current_section; -} Context; +}; static WabtResult on_reloc_count(uint32_t count, WabtBinarySection section_code, |