diff options
author | David Robillard <d@drobilla.net> | 2016-07-31 17:59:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 17:59:41 -0400 |
commit | efb1e1aaf0441cbd3fec165e3cc53dff6f8ff9de (patch) | |
tree | 692e65f4338c56c6edddeffef4221e4861f6bfa7 /src/zix | |
parent | e9881593d569f5838cb7897c6fff76ce7406c794 (diff) | |
download | jalv-efb1e1aaf0441cbd3fec165e3cc53dff6f8ff9de.tar.gz jalv-efb1e1aaf0441cbd3fec165e3cc53dff6f8ff9de.tar.bz2 jalv-efb1e1aaf0441cbd3fec165e3cc53dff6f8ff9de.zip |
Fix compilation with C++
Diffstat (limited to 'src/zix')
-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 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* |