diff options
Diffstat (limited to 'src/htable.h')
-rw-r--r-- | src/htable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htable.h b/src/htable.h index 654bf57..91d01d8 100644 --- a/src/htable.h +++ b/src/htable.h @@ -118,7 +118,7 @@ uint32_t \ name##_HTABLE_FIND_BKT(struct name *head, struct type *elm) \ { \ uint32_t __bkt; \ - char *__key; \ + const char *__key; \ int __len; \ \ (key) (elm, &__key, &__len); \ |