diff --git a/src/resources.c b/src/resources.c index d900944..d7bfea0 100644 --- a/src/resources.c +++ b/src/resources.c @@ -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[];