aboutsummaryrefslogtreecommitdiffstats
path: root/text-utils/pg.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/pg.c')
-rw-r--r--text-utils/pg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/pg.c b/text-utils/pg.c
index 3623f3f787..d27f52ac60 100644
--- a/text-utils/pg.c
+++ b/text-utils/pg.c
@@ -658,7 +658,7 @@ static void prompt(long long pageno)
break;
case SEARCH_FIN:
state = SEARCH;
- /* fallthrough */
+ FALLTHROUGH;
case SEARCH:
if (cmd.cmdline[cmd.cmdlen - 1] == '\\') {
escape = 1;
@@ -737,7 +737,7 @@ static void prompt(long long pageno)
continue;
}
state = COUNT;
- /* fallthrough */
+ FALLTHROUGH;
case COUNT:
break;
case ADDON_FIN: