summaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-31 17:10:51 -0400
committerDavid Robillard <d@drobilla.net>2016-07-31 17:10:51 -0400
commit93479309fc791000018d657266549358357ff208 (patch)
tree7902b7940b50d92b58241ed66cd9010ee905db4f /src/zix
parentd87785a18d5f9ee409b794b33250c05ca8acc950 (diff)
downloadlilv-93479309fc791000018d657266549358357ff208.tar.gz
lilv-93479309fc791000018d657266549358357ff208.tar.bz2
lilv-93479309fc791000018d657266549358357ff208.zip
Fix compilation with C++ compilers
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/common.h2
1 files changed, 1 insertions, 1 deletions
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;
/**