diff options
Diffstat (limited to 'handle.c')
-rw-r--r-- | handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 4084525..96bd2a2 100644 --- a/handle.c +++ b/handle.c @@ -24,7 +24,7 @@ #include "chat.h" static const char *CapNames[] = { -#define X(name, id) [id] = name, +#define X(name, id) [id##Bit] = name, ENUM_CAP #undef X }; |