summaryrefslogtreecommitdiff
path: root/src/oidmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oidmap.h')
-rw-r--r--src/oidmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oidmap.h b/src/oidmap.h
index 5e3b44bfb..d2c451e7f 100644
--- a/src/oidmap.h
+++ b/src/oidmap.h
@@ -17,7 +17,7 @@
#define kfree git__free
#include "khash.h"
-__KHASH_TYPE(oid, const git_oid *, void *);
+__KHASH_TYPE(oid, const git_oid *, void *)
typedef khash_t(oid) git_oidmap;
GIT_INLINE(khint_t) git_oidmap_hash(const git_oid *oid)