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: http://git.ipfire.org/?a=commitdiff_plain;h=d9d501b0683f47f0150ea5c545426f9474cdd350;p=thirdparty%2Fgit.git rerere: remove an null statement J6t spotted that previous commit added an empty statement by mistake. Signed-off-by: Junio C Hamano --- 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