diff options
-rw-r--r-- | util-linux/fbset.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 41cc29f37..0eaa7c0a6 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -519,6 +519,9 @@ int fbset_main(int argc, char **argv) | |||
519 | var_set.bits_per_pixel = xatou32(argv[1]); | 519 | var_set.bits_per_pixel = xatou32(argv[1]); |
520 | break; | 520 | break; |
521 | #endif | 521 | #endif |
522 | default: | ||
523 | bb_perror_msg_and_die("option '%s' not handled", | ||
524 | g_cmdoptions[i].name); | ||
522 | } | 525 | } |
523 | switch (g_cmdoptions[i].code) { | 526 | switch (g_cmdoptions[i].code) { |
524 | case CMD_FB: | 527 | case CMD_FB: |