mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix build error on VS2012 toolchain.
A local variables define beginning of a scope block. VS2012 unacceptable ";;" in struct definition.
This commit is contained in:
@@ -67,7 +67,7 @@ struct rite_binary_header {
|
||||
// section header
|
||||
#define RITE_SECTION_HEADER \
|
||||
uint8_t section_identify[4]; \
|
||||
uint8_t section_size[4];
|
||||
uint8_t section_size[4]
|
||||
|
||||
struct rite_section_header {
|
||||
RITE_SECTION_HEADER;
|
||||
|
||||
Reference in New Issue
Block a user