X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=builtin-diff.c;h=d3ac581f291dae630478248133344e2dd6a80b06;hb=9d76812b42009069aa3ff8f29e51b5150aa04e8e;hp=636edbf2a79f4e757866a08b221374e91e3dfe3b;hpb=df71b4f7f9bfc1ab273b9599e014e68d5fe9d144;p=git.git diff --git a/builtin-diff.c b/builtin-diff.c index 636edbf2..d3ac581f 100644 --- a/builtin-diff.c +++ b/builtin-diff.c @@ -84,8 +84,7 @@ static void stuff_change(struct diff_options *opt, if (opt->reverse_diff) { unsigned tmp; - const - const unsigned char *tmp_u; + const unsigned char *tmp_u; const char *tmp_c; tmp = old_mode; old_mode = new_mode; new_mode = tmp; tmp_u = old_sha1; old_sha1 = new_sha1; new_sha1 = tmp_u;