Commit 45001906 by Sven Strickroth

Fix warning 'function': incompatible types - from 'git_cvar_value *' to 'int *' (C4133) on VS

Signed-off-by: Sven Strickroth <email@cs-ware.de>
parent fba70a9d
......@@ -35,7 +35,7 @@ struct crlf_attrs {
int auto_crlf;
int safe_crlf;
git_cvar_value core_eol;
int core_eol;
};
struct crlf_filter {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment