Fixed misleading indentation.

This commit is contained in:
Roland Illig 2004-08-19 19:19:04 +00:00
parent ea14b320f7
commit a540dee8b5
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@ move_backward2 (WView *view, offset_type current, int lines)
while (lines > 0) {
if (current > view->first)
current--;
lines--;
lines--;
while (current > view->first && get_byte(view, current - 1) != '\n')
current--;
}