diff options
Diffstat (limited to 'src/status.c')
-rw-r--r-- | src/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/status.c b/src/status.c index cbb3d36..a0bb17e 100644 --- a/src/status.c +++ b/src/status.c @@ -29,6 +29,8 @@ zix_strerror(const ZixStatus status) return "Timeout"; case ZIX_STATUS_OVERFLOW: return "Overflow"; + case ZIX_STATUS_NOT_SUPPORTED: + return "Not supported"; } return "Unknown error"; } |