diff options
Diffstat (limited to 'ui-diff.c')
-rw-r--r-- | ui-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ static struct fileinfo { | |||
31 | unsigned int removed; | 31 | unsigned int removed; |
32 | unsigned long old_size; | 32 | unsigned long old_size; |
33 | unsigned long new_size; | 33 | unsigned long new_size; |
34 | int binary:1; | 34 | unsigned int binary:1; |
35 | } *items; | 35 | } *items; |
36 | 36 | ||
37 | static int use_ssdiff = 0; | 37 | static int use_ssdiff = 0; |