diff options
author | David Robillard <d@drobilla.net> | 2016-07-31 17:09:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 17:09:22 -0400 |
commit | 73e7a97b999e3933243ab634d6118c7cd198ae39 (patch) | |
tree | 6f4d1eb3a4c9ea3376c0ccfcb4e38317ec4fac46 /zix/common.h | |
parent | cd4cf53953cb7b2d24fe1cd6f23870eff7cc3e1d (diff) | |
download | zix-73e7a97b999e3933243ab634d6118c7cd198ae39.tar.gz zix-73e7a97b999e3933243ab634d6118c7cd198ae39.tar.bz2 zix-73e7a97b999e3933243ab634d6118c7cd198ae39.zip |
Remove spurious comma
Diffstat (limited to 'zix/common.h')
-rw-r--r-- | zix/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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* |