diff options
-rw-r--r-- | rerere.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |