From 76b808551f422d3bc4a17c46a247a07b9047d0de Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sun, 29 Aug 2021 18:28:34 -0600 Subject: [PATCH] missing semicolon --- src/resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];