From 93479309fc791000018d657266549358357ff208 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 31 Jul 2016 17:10:51 -0400 Subject: Fix compilation with C++ compilers --- src/zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix/common.h') diff --git a/src/zix/common.h b/src/zix/common.h index f126cd1..e6b08e0 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; /** -- cgit v1.2.1