X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=convert.c;h=86e9c29ec05139844ff46868e2b52dfbc274cc39;hb=28303082609cb7efbdac87d45bf3a18c80eb8e70;hp=038b0be61723439844830f35ed2c72ab552769ba;hpb=9e9ab407119d9b89a99bbf9e496428cac2f94468;p=git.git diff --git a/convert.c b/convert.c index 038b0be61..86e9c29ec 100644 --- a/convert.c +++ b/convert.c @@ -658,7 +658,7 @@ static enum crlf_action git_path_check_crlf(const char *path, struct git_attr_ch return CRLF_GUESS; } -static enum crlf_action git_path_check_eol(const char *path, struct git_attr_check *check) +static enum eol git_path_check_eol(const char *path, struct git_attr_check *check) { const char *value = check->value;