summaryrefslogtreecommitdiffstats
path: root/src/objdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objdump.c')
-rw-r--r--src/objdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objdump.c b/src/objdump.c
index 860cfac6..0dd9a6aa 100644
--- a/src/objdump.c
+++ b/src/objdump.c
@@ -223,7 +223,7 @@ parse_opt (int key, char *arg,
}
/* We only use this for checking the number of arguments, we don't
actually want to consume them. */
- /* Fallthrough */
+ FALLTHROUGH;
default:
return ARGP_ERR_UNKNOWN;
}