diff options
Diffstat (limited to 'attr.c')
-rw-r--r-- | attr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -890,7 +890,8 @@ static void collect_some_attrs(const char *path, int num, rem = fill(path, pathlen, basename_offset, stk, rem); } -int git_check_attrs(const char *path, int num, struct attr_check_item *check) +static int git_check_attrs(const char *path, int num, + struct attr_check_item *check) { int i; |