missing semicolon

This commit is contained in:
Amy G. Bowersox 2021-08-29 18:28:34 -06:00
parent 14e240af17
commit 76b808551f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ static const struct tagCONVERSIONTABLE {
{ ZIP_ER_INVAL, E_INVALIDARG },
{ ZIP_ER_INTERNAL, E_UNEXPECTED },
{ -1, 0 }
}
};
/* references to system resource data in zip format */
extern uint8_t _binary_sysresources_zip_start[];