missing semicolon
This commit is contained in:
parent
14e240af17
commit
76b808551f
|
@ -38,7 +38,7 @@ static const struct tagCONVERSIONTABLE {
|
||||||
{ ZIP_ER_INVAL, E_INVALIDARG },
|
{ ZIP_ER_INVAL, E_INVALIDARG },
|
||||||
{ ZIP_ER_INTERNAL, E_UNEXPECTED },
|
{ ZIP_ER_INTERNAL, E_UNEXPECTED },
|
||||||
{ -1, 0 }
|
{ -1, 0 }
|
||||||
}
|
};
|
||||||
|
|
||||||
/* references to system resource data in zip format */
|
/* references to system resource data in zip format */
|
||||||
extern uint8_t _binary_sysresources_zip_start[];
|
extern uint8_t _binary_sysresources_zip_start[];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user