From a5f154d9258148202f1b1afc7c92845603c8e4e8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Dec 2018 10:08:56 -0500 Subject: [PATCH] a couple of source spelling consistencies for /*FALLTHRU*/ --- src/apply.c | 2 +- win/curses/cursdial.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apply.c b/src/apply.c index edb3940e6..dbde93fba 100644 --- a/src/apply.c +++ b/src/apply.c @@ -3228,7 +3228,7 @@ struct obj *obj; (void) thitmonst(mtmp, uwep); return 1; } - /* FALL THROUGH */ + /*FALLTHRU*/ case 3: /* Surface */ 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)); diff --git a/win/curses/cursdial.c b/win/curses/cursdial.c index 57efba990..fd41e64ce 100644 --- a/win/curses/cursdial.c +++ b/win/curses/cursdial.c @@ -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');