Remove superfluous trailing semicolons
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
53f9a3e157
commit
c3b9bc94b9
@ -2213,7 +2213,7 @@ static struct dir_rename_entry *check_dir_renamed(const char *path,
|
||||
{
|
||||
char *temp = xstrdup(path);
|
||||
char *end;
|
||||
struct dir_rename_entry *entry = NULL;;
|
||||
struct dir_rename_entry *entry = NULL;
|
||||
|
||||
while ((end = strrchr(temp, '/'))) {
|
||||
*end = '\0';
|
||||
|
||||
Reference in New Issue
Block a user