X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=archive-tar.c;h=4aabd566fbb8af7065ebe8fa62afe8e8e70abe04;hb=d6cc13602bdd61d6f12a5fc10b2d342033502afa;hp=a58e1a8ebf874afc856b03f2203ee32d79183b31;hpb=20b3bc155864730380e8186f7d71ee2196a79603;p=thirdparty%2Fgit.git diff --git a/archive-tar.c b/archive-tar.c index a58e1a8ebf..4aabd566fb 100644 --- a/archive-tar.c +++ b/archive-tar.c @@ -142,7 +142,7 @@ static int stream_blocked(const struct object_id *oid) * string and appends it to a struct strbuf. */ static void strbuf_append_ext_header(struct strbuf *sb, const char *keyword, - const char *value, unsigned int valuelen) + const char *value, unsigned int valuelen) { int len, tmp;