We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7fb0b commit 0ea7d5bCopy full SHA for 0ea7d5b
diff.c
@@ -2936,7 +2936,7 @@ static void run_external_diff(const char *pgm,
2936
2937
env[0] = env_counter;
2938
snprintf(env_counter, sizeof(env_counter), "GIT_DIFF_PATH_COUNTER=%d",
2939
- ++o->diff_path_counter);
+ ++o->diff_path_counter);
2940
env[1] = env_total;
2941
snprintf(env_total, sizeof(env_total), "GIT_DIFF_PATH_TOTAL=%d", q->nr);
2942
@@ -3330,7 +3330,7 @@ void diff_setup_done(struct diff_options *options)
3330
DIFF_OPT_SET(options, EXIT_WITH_STATUS);
3331
}
3332
3333
- options->diff_path_counter = 0;
+ options->diff_path_counter = 0;
3334
3335
3336
static int opt_arg(const char *arg, int arg_short, const char *arg_long, int *val)
0 commit comments