summaryrefslogtreecommitdiff
path: root/oidmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'oidmap.h')
-rw-r--r--oidmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oidmap.h b/oidmap.h
index 91b2ed0f51..7a939461ff 100644
--- a/oidmap.h
+++ b/oidmap.h
@@ -47,7 +47,7 @@ void oidmap_free(struct oidmap *map, int free_entries);
* Returns the oidmap entry for the specified oid, or NULL if not found.
*/
void *oidmap_get(const struct oidmap *map,
- const struct object_id *key);
+ const struct object_id *key);
/*
* Adds or replaces an oidmap entry.