diff options
| -rw-r--r-- | ui-blob.c | 4 | ||||
| -rw-r--r-- | ui-diff.c | 2 |
2 files changed, 3 insertions, 3 deletions
| @@ -14,8 +14,8 @@ | |||
| 14 | struct walk_tree_context { | 14 | struct walk_tree_context { |
| 15 | const char *match_path; | 15 | const char *match_path; |
| 16 | unsigned char *matched_sha1; | 16 | unsigned char *matched_sha1; |
| 17 | int found_path:1; | 17 | unsigned int found_path:1; |
| 18 | int file_only:1; | 18 | unsigned int file_only:1; |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | static int walk_tree(const unsigned char *sha1, struct strbuf *base, | 21 | static int walk_tree(const unsigned char *sha1, struct strbuf *base, |
| @@ -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; |
