]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/examples/builtin-fetch--tool.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / contrib / examples / builtin-fetch--tool.c
index a3eb19de0418cbb3bccf54ba7e97e331f079e32e..22648c3afb7b8fed6d05235dc33f0482aef672fa 100644 (file)
@@ -15,7 +15,7 @@ static char *get_stdin(void)
 
 static void show_new(enum object_type type, unsigned char *sha1_new)
 {
-       fprintf(stderr, "  %s: %s\n", typename(type),
+       fprintf(stderr, "  %s: %s\n", type_name(type),
                find_unique_abbrev(sha1_new, DEFAULT_ABBREV));
 }