Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ag/userdiff-go-funcname'
[gitweb.git]
/
fsck.c
diff --git
a/fsck.c
b/fsck.c
index 032699e9ac2622c7d089523a456db0fa83310e14..5c8c12dde381912eccf59bbf3ed8c774344809b8 100644
(file)
--- a/
fsck.c
+++ b/
fsck.c
@@
-821,7
+821,7
@@
static int fsck_tag_buffer(struct tag *tag, const char *data,
ret = report(options, &tag->object,
FSCK_MSG_TAG_OBJECT_NOT_TAG,
"expected tag got %s",
- typename(type));
+ type
_
name(type));
goto done;
}
}