diff --git a/commands/splash.c b/commands/splash.c index 9bd84fb..077c0e4 100644 --- a/commands/splash.c +++ b/commands/splash.c @@ -41,6 +41,7 @@ break; case 'y': s.y = simple_strtoul(optarg, NULL, 0); + break; case 'o': offscreen = 1; }