diff options
Diffstat (limited to 'ui-blob.c')
-rw-r--r-- | ui-blob.c | 4 |
1 files changed, 2 insertions, 2 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, |