]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bulk-checkin.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / bulk-checkin.c
index 3310fd210a151545076169b45f5555b52acbbf9d..bb788494fdab32cbbfb0f022c8826cc5c24a459f 100644 (file)
@@ -203,7 +203,7 @@ static int deflate_to_pack(struct bulk_checkin_state *state,
                return error("cannot find the current offset");
 
        header_len = xsnprintf((char *)obuf, sizeof(obuf), "%s %" PRIuMAX,
-                              typename(type), (uintmax_t)size) + 1;
+                              type_name(type), (uintmax_t)size) + 1;
        git_SHA1_Init(&ctx);
        git_SHA1_Update(&ctx, obuf, header_len);