Merge branch 'en/double-semicolon-fix' into maint

Code clean-up.

* en/double-semicolon-fix:
  Remove superfluous trailing semicolons
This commit is contained in:
Junio C Hamano
2018-11-21 22:57:54 +09:00
3 changed files with 3 additions and 3 deletions

View File

@ -2239,7 +2239,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';