Skip to content

Commit d9d501b

Browse files
committed
rerere: remove an null statement
J6t spotted that previous commit added an empty statement by mistake. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8f44961 commit d9d501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerere.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ static int rerere_forget_one_path(const char *path, struct string_list *rr)
10741074
else
10751075
error("cannot unlink %s: %s", filename, strerror(errno));
10761076
goto fail_exit;
1077-
};
1077+
}
10781078

10791079
/*
10801080
* Update the preimage so that the user can resolve the

0 commit comments

Comments
 (0)