a couple of source spelling consistencies for /*FALLTHRU*/

This commit is contained in:
nhmall
2018-12-28 10:08:56 -05:00
parent 9fd28fb852
commit a5f154d925
2 changed files with 2 additions and 2 deletions

View File

@@ -1143,7 +1143,7 @@ menu_get_selections(WINDOW * win, nhmenu *menu, int how)
curpage = menu_operation(win, menu, INVERT, 0);
break;
}
/* FallThrough */
/*FALLTHRU*/
default:
if (isdigit(curletter)) {
count = curses_get_count(curletter - '0');