quiet -Wimplicit-fallthrough warning

This commit is contained in:
Amadeusz Sławiński
2018-02-06 23:27:48 +01:00
parent fa3f485d6e
commit 30395482ff

View File

@@ -686,6 +686,7 @@ static int Special(Window *win, int c)
case '\n':
if (win->w_autoaka)
FindAKA(win);
/* fall through */
case '\013': /* Vertical tab is the same as Line Feed */
LineFeed(win, 0);
return 1;