]> git.ipfire.org Git - thirdparty/git.git/blobdiff - packfile.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / packfile.c
index 6657a0a499f543b39dfd96f89c4e00eca2f93d9b..0532a371b2d90a356aa65efc558771b196da57a5 100644 (file)
@@ -1357,7 +1357,7 @@ int packed_object_info(struct packed_git *p, off_t obj_offset,
                if (oi->typep)
                        *oi->typep = ptot;
                if (oi->type_name) {
-                       const char *tn = typename(ptot);
+                       const char *tn = type_name(ptot);
                        if (tn)
                                strbuf_addstr(oi->type_name, tn);
                }