diff options
Diffstat (limited to 'src/binary-reader-opcnt.cc')
-rw-r--r-- | src/binary-reader-opcnt.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binary-reader-opcnt.cc b/src/binary-reader-opcnt.cc index b79e656a..18b37366 100644 --- a/src/binary-reader-opcnt.cc +++ b/src/binary-reader-opcnt.cc @@ -25,9 +25,9 @@ #include "binary-reader.h" #include "common.h" -typedef struct Context { +struct Context { WabtOpcntData* opcnt_data; -} Context; +}; static WabtResult add_int_counter_value(WabtIntCounterVector* vec, intmax_t value) { |