a couple of source spelling consistencies for /*FALLTHRU*/
This commit is contained in:
+1
-1
@@ -3228,7 +3228,7 @@ struct obj *obj;
|
|||||||
(void) thitmonst(mtmp, uwep);
|
(void) thitmonst(mtmp, uwep);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
/* FALL THROUGH */
|
/*FALLTHRU*/
|
||||||
case 3: /* Surface */
|
case 3: /* Surface */
|
||||||
if (IS_AIR(levl[cc.x][cc.y].typ) || is_pool(cc.x, cc.y))
|
if (IS_AIR(levl[cc.x][cc.y].typ) || is_pool(cc.x, cc.y))
|
||||||
pline_The("hook slices through the %s.", surface(cc.x, cc.y));
|
pline_The("hook slices through the %s.", surface(cc.x, cc.y));
|
||||||
|
|||||||
@@ -1143,7 +1143,7 @@ menu_get_selections(WINDOW * win, nhmenu *menu, int how)
|
|||||||
curpage = menu_operation(win, menu, INVERT, 0);
|
curpage = menu_operation(win, menu, INVERT, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* FallThrough */
|
/*FALLTHRU*/
|
||||||
default:
|
default:
|
||||||
if (isdigit(curletter)) {
|
if (isdigit(curletter)) {
|
||||||
count = curses_get_count(curletter - '0');
|
count = curses_get_count(curletter - '0');
|
||||||
|
|||||||
Reference in New Issue
Block a user