Browse Source

cache-tree.c: typefix

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
7bc70a590d
  1. 2
      cache-tree.c

2
cache-tree.c

@ -341,7 +341,7 @@ static int update_one(struct cache_tree *it, @@ -341,7 +341,7 @@ static int update_one(struct cache_tree *it,
}

if (dryrun) {
char hdr[200];
unsigned char hdr[200];
int hdrlen;
write_sha1_file_prepare(buffer, offset, tree_type, it->sha1,
hdr, &hdrlen);

Loading…
Cancel
Save