diff options
-rw-r--r-- | zix/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/common.h b/zix/common.h index 8c52926..18d27e4 100644 --- a/zix/common.h +++ b/zix/common.h @@ -59,7 +59,7 @@ typedef enum { ZIX_STATUS_NOT_FOUND, ZIX_STATUS_EXISTS, ZIX_STATUS_BAD_ARG, - ZIX_STATUS_BAD_PERMS, + ZIX_STATUS_BAD_PERMS } ZixStatus; static inline const char* |