Skip to content

Commit

Permalink
cache-tree.c: typefix
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Junio C Hamano committed Apr 28, 2006
1 parent d2cb7c6 commit 7bc70a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7bc70a5

Please sign in to comment.