From 73e7a97b999e3933243ab634d6118c7cd198ae39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 31 Jul 2016 17:09:22 -0400 Subject: Remove spurious comma --- zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- cgit v1.2.1