diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-01 01:23:21 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-01 01:23:21 -0400 |
commit | 0ab16882195aa593eace74a7a54117df364b12e7 (patch) | |
tree | 3bc9100d729c0dac9e8a07237a8f8c3a1fa433dd /lib/error_handler.c | |
parent | 4a809bbcf3ff97c2e666fd3faab5e178be20ab57 (diff) | |
download | spmc-0ab16882195aa593eace74a7a54117df364b12e7.tar.gz |
Add SPM_ERR_NOT_IMPLEMENTED error type
Diffstat (limited to 'lib/error_handler.c')
-rw-r--r-- | lib/error_handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error_handler.c b/lib/error_handler.c index aa48274..2ccb4e7 100644 --- a/lib/error_handler.c +++ b/lib/error_handler.c @@ -14,6 +14,7 @@ const char *SPM_ERR_STRING[] = { "Manifest has no header", "Manifest has no data", "Parsing error", + "Not implemented", NULL, }; |