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:
kurodash
2013-03-27 18:24:40 +09:00
parent f1e6a4a3b5
commit 1c4820642d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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;