window: Fix linter errors.

This commit is contained in:
Jurica Bradaric
2016-01-22 18:32:27 +01:00
parent 8b86f1103a
commit b8ed507e3b
2 changed files with 4 additions and 3 deletions

View File

@@ -4923,10 +4923,11 @@ file_name_in_line (
// Skip over the "\" in "\ ".
++len;
}
if (has_mbyte)
if (has_mbyte) {
len += (size_t)(*mb_ptr2len)(ptr + len);
else
} else {
++len;
}
}
/*