From: Junio C Hamano Date: Thu, 19 May 2016 19:51:22 +0000 (-0700) Subject: rerere: remove an null statement X-Git-Tag: v2.9.0-rc0~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d9d501b0683f47f0150ea5c545426f9474cdd350?ds=inline;hp=--cc rerere: remove an null statement J6t spotted that previous commit added an empty statement by mistake. Signed-off-by: Junio C Hamano --- d9d501b0683f47f0150ea5c545426f9474cdd350 diff --git a/rerere.c b/rerere.c index a804171a44..d4929a66ae 100644 --- a/rerere.c +++ b/rerere.c @@ -1074,7 +1074,7 @@ static int rerere_forget_one_path(const char *path, struct string_list *rr) else error("cannot unlink %s: %s", filename, strerror(errno)); goto fail_exit; - }; + } /* * Update the preimage so that the user can resolve the