X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-diff.c;h=71742aa10b3b8e2621eecd4be929946b0a308deb;hb=8dd84b0169864f638516b82df40b0a3ef6e2cb92;hp=20873162f98478b60b069e97305ab34425c5dde4;hpb=c2b9e6994d044b218e59abf6d19f7751c4aa13e3;p=git.git diff --git a/builtin-diff.c b/builtin-diff.c index 20873162f..71742aa10 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;