From efb1e1aaf0441cbd3fec165e3cc53dff6f8ff9de Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 31 Jul 2016 17:59:41 -0400 Subject: Fix compilation with C++ --- src/zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix') diff --git a/src/zix/common.h b/src/zix/common.h index 2d72a57..9cd2dcd 100644 --- a/src/zix/common.h +++ b/src/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* -- cgit v1.2.1