From 0be07e1d86c4817a3889196de1ae59ae7130fc35 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 8 Jul 2015 19:01:56 +0200 Subject: input: fix exit code for quit-watch-later command It should have the same default as the "quit" command. --- input/cmd_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/cmd_list.c b/input/cmd_list.c index c5249eb6f4..59c717ed4a 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -77,7 +77,7 @@ const struct mp_cmd_def mp_cmds[] = { OARG_FLAGS(0, ({"mark", 1})), }}, { MP_CMD_QUIT, "quit", { OARG_INT(4) } }, - { MP_CMD_QUIT_WATCH_LATER, "quit-watch-later", { OARG_INT(0) } }, + { MP_CMD_QUIT_WATCH_LATER, "quit-watch-later", { OARG_INT(4) } }, { MP_CMD_STOP, "stop", }, { MP_CMD_FRAME_STEP, "frame-step", .allow_auto_repeat = true, .on_updown = true }, -- cgit v1.2.3