summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index 555ae11085..1211a32f39 100644
--- a/player/main.c
+++ b/player/main.c
@@ -211,7 +211,7 @@ static bool handle_help_options(struct MPContext *mpctx)
}
#if HAVE_X11
if (opts->vo.fstype_list && strcmp(opts->vo.fstype_list[0], "help") == 0) {
- fstype_help();
+ fstype_help(log);
MP_INFO(mpctx, "\n");
opt_exit = 1;
}