Merge branch 'en/double-semicolon-fix'

Code clean-up.

* en/double-semicolon-fix:
  Remove superfluous trailing semicolons
This commit is contained in:
Junio C Hamano
2018-09-24 10:30:47 -07:00
3 changed files with 3 additions and 3 deletions

View File

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