diff --git a/diff.h b/diff.h index 0fb18dd735..ea310f76fd 100644 --- a/diff.h +++ b/diff.h @@ -146,7 +146,7 @@ struct diff_options { int skip_stat_unmatch; int line_termination; int output_format; - int pickaxe_opts; + unsigned pickaxe_opts; int rename_score; int rename_limit; int needed_rename_limit;