aboutsummaryrefslogtreecommitdiff
path: root/lib/error_handler.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-04-24 15:29:05 -0400
committerGitHub <noreply@github.com>2020-04-24 15:29:05 -0400
commit338abde356efcae6cf0a000b71b781d21c8733b6 (patch)
treeb275d303c93662ea4879fdca4597aa21e1c9421c /lib/error_handler.c
parentd78903961ee95376bccde7c1313be5b583911ab7 (diff)
parent24992f1f426111f0ce05df341087a55486ae48db (diff)
downloadspmc-338abde356efcae6cf0a000b71b781d21c8733b6.tar.gz
Merge pull request #30 from jhunkeler/shlib-macos
Shlib macos
Diffstat (limited to 'lib/error_handler.c')
-rw-r--r--lib/error_handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error_handler.c b/lib/error_handler.c
index cb2ef51..aa48274 100644
--- a/lib/error_handler.c
+++ b/lib/error_handler.c
@@ -13,6 +13,7 @@ const char *SPM_ERR_STRING[] = {
"Failed to fetch package",
"Manifest has no header",
"Manifest has no data",
+ "Parsing error",
NULL,
};