summaryrefslogtreecommitdiff
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-22 22:50:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-22 22:50:32 +0300
commit58503d8bf67a6563cb163b9988e707533d6d257e (patch)
treebc30d7bea0e445454841afcb5fe33b5cafd9e32a /builtin.c
parent93d8f65d4730cf93a66877c1cba71e3e7f888d9a (diff)
downloadgawk-58503d8bf67a6563cb163b9988e707533d6d257e.tar.gz
Fix a few -Wextra compilation warnings.
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index efd62902..0e609220 100644
--- a/builtin.c
+++ b/builtin.c
@@ -955,7 +955,7 @@ check_pos:
zero_flag = true;
if (lj)
goto retry;
- /* FALL through */
+ /* fall through */
case '1':
case '2':
case '3':