summaryrefslogtreecommitdiffstats
path: root/commands/splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/splash.c')
-rw-r--r--commands/splash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/splash.c b/commands/splash.c
index 9bd84fbb2b..077c0e4b03 100644
--- a/commands/splash.c
+++ b/commands/splash.c
@@ -41,6 +41,7 @@ static int do_splash(int argc, char *argv[])
break;
case 'y':
s.y = simple_strtoul(optarg, NULL, 0);
+ break;
case 'o':
offscreen = 1;
}