aboutsummaryrefslogtreecommitdiff
path: root/lib/error_handler.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-24 12:29:49 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-24 12:29:49 -0400
commit436ce68ecd41ad66e7a0605b47b5814582db8538 (patch)
tree4c54676d3ef16f3cae4244f94bdb1cb23a514926 /lib/error_handler.c
parentd570692d29d5dade7882ee19ca8d992a8960201d (diff)
downloadspmc-436ce68ecd41ad66e7a0605b47b5814582db8538.tar.gz
Consolidate platform detection preprocessor checks
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,
};