diff options
Diffstat (limited to 'src/strmap.h')
| -rw-r--r-- | src/strmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strmap.h b/src/strmap.h index dfbe5639f..520984744 100644 --- a/src/strmap.h +++ b/src/strmap.h @@ -16,7 +16,7 @@ #define kfree git__free #include "khash.h" -__KHASH_TYPE(str, const char *, void *); +__KHASH_TYPE(str, const char *, void *) typedef khash_t(str) git_strmap; typedef khiter_t git_strmap_iter; |
