Skip to content

Commit 0f64a5a

Browse files
committed
Merge branch 'rr/misc-fixes'
* rr/misc-fixes: convert.c: Fix return type of git_path_check_eol()
2 parents 05bab3e + ef563de commit 0f64a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ static enum crlf_action git_path_check_crlf(const char *path, struct git_attr_ch
658658
return CRLF_GUESS;
659659
}
660660

661-
static enum crlf_action git_path_check_eol(const char *path, struct git_attr_check *check)
661+
static enum eol git_path_check_eol(const char *path, struct git_attr_check *check)
662662
{
663663
const char *value = check->value;
664664

0 commit comments

Comments
 (0)