summaryrefslogtreecommitdiff
path: root/src/strmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strmap.c')
-rw-r--r--src/strmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strmap.c b/src/strmap.c
index 678d98344..de6826d03 100644
--- a/src/strmap.c
+++ b/src/strmap.c
@@ -19,7 +19,7 @@ int git_strmap_alloc(git_strmap **map)
return 0;
}
-void git_strmap__free(git_strmap *map)
+void git_strmap_free(git_strmap *map)
{
kh_destroy(str, map);
}