summaryrefslogtreecommitdiff
path: root/src/repository.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.c')
-rw-r--r--src/repository.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.c b/src/repository.c
index f2cb985af..c24560665 100644
--- a/src/repository.c
+++ b/src/repository.c
@@ -53,7 +53,7 @@ typedef struct {
* Callbacks for the ODB cache, implemented
* as a hash table
*/
-uint32_t object_table_hash(const void *key, int hash_id)
+static uint32_t object_table_hash(const void *key, int hash_id)
{
uint32_t r;
git_oid *id;