Merge branch 'js/parseopt-unknown-cb-returns-an-enum'
[gitweb.git] / oidmap.h
index 91b2ed0f51311af2d6ec741f638fd00336ddab94..7a939461ff5baf8aa6d5f599af9e2a5a52a21864 100644 (file)
--- 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.