tree-walk: convert tree entry functions to object_id
[gitweb.git] / builtin / grep.c
index 9a8e4fadadb89e1448f7d8a507673836ed23bc30..9a0973e8f158c881059914614f006645646a2545 100644 (file)
@@ -634,7 +634,7 @@ static int grep_object(struct grep_opt *opt, const struct pathspec *pathspec,
                free(data);
                return hit;
        }
-       die(_("unable to grep from object of type %s"), typename(obj->type));
+       die(_("unable to grep from object of type %s"), type_name(obj->type));
 }
 
 static int grep_objects(struct grep_opt *opt, const struct pathspec *pathspec,