diff options
Diffstat (limited to 'diff-cache.c')
-rw-r--r-- | diff-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-cache.c b/diff-cache.c index eb3c2c183a..4cfbcdb9ed 100644 --- a/diff-cache.c +++ b/diff-cache.c @@ -63,7 +63,7 @@ static int show_modified(struct cache_entry *old, { unsigned int mode, oldmode; unsigned char *sha1; - unsigned char old_sha1_hex[60]; + char old_sha1_hex[60]; if (get_stat_data(new, &sha1, &mode) < 0) { if (report_missing) |