summaryrefslogtreecommitdiff
path: root/rerere.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-19 19:51:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-19 19:51:22 (GMT)
commitd9d501b0683f47f0150ea5c545426f9474cdd350 (patch)
tree3b5026d07e241798f9465fc6fa0f2dfc5782eb68 /rerere.c
parent8f4496148b643f48ec969f48fdaf5d6d8e6153ed (diff)
downloadgit-d9d501b0683f47f0150ea5c545426f9474cdd350.zip
git-d9d501b0683f47f0150ea5c545426f9474cdd350.tar.gz
git-d9d501b0683f47f0150ea5c545426f9474cdd350.tar.bz2
rerere: remove an null statement
J6t spotted that previous commit added an empty statement by mistake. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'rerere.c')
-rw-r--r--rerere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rerere.c b/rerere.c
index a804171..d4929a6 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