lint: clean up after parent commit

This commit is contained in:
ZviRackover
2018-07-06 07:23:17 +03:00
parent 7676fc7562
commit 999d33faf4
2 changed files with 28 additions and 39 deletions

View File

@@ -1830,7 +1830,7 @@ const char *mb_unescape(const char **const pp)
bool mb_lefthalve(int row, int col)
{
return utf_off2cells(LineOffset[row] + col,
LineOffset[row] + screen_Columns) > 1;
LineOffset[row] + screen_Columns) > 1;
}
/*