Fixed missing semicolon from last break statement in previous commit.

pull/234/head
Paul Wayper 9 years ago
parent e5acc0e6ba
commit de38b11e67

@ -102,7 +102,7 @@ bool listview_curses::handle_key(int ch)
case 'H':
case KEY_SLEFT:
this->shift_left(-10);
break
break;
case '\r':
case 'j':

Loading…
Cancel
Save