diff options
author | David Robillard <d@drobilla.net> | 2016-07-31 17:10:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 17:10:51 -0400 |
commit | 93479309fc791000018d657266549358357ff208 (patch) | |
tree | 7902b7940b50d92b58241ed66cd9010ee905db4f /src/zix/common.h | |
parent | d87785a18d5f9ee409b794b33250c05ca8acc950 (diff) | |
download | lilv-93479309fc791000018d657266549358357ff208.tar.gz lilv-93479309fc791000018d657266549358357ff208.tar.bz2 lilv-93479309fc791000018d657266549358357ff208.zip |
Fix compilation with C++ compilers
Diffstat (limited to 'src/zix/common.h')
-rw-r--r-- | src/zix/common.h | 2 |
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; /** |