summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 20:11:45 +0100
committerwm4 <wm4@nowhere>2013-12-21 21:43:16 +0100
commit8cd1b33a22bef714e1185bc8e435d68530caac09 (patch)
treea607f077ab9b66847e80fed93e8e5aee7a9e50a0 /player
parent9428e05b3f15146d47851d5e9da334dfc59a55a1 (diff)
downloadmpv-8cd1b33a22bef714e1185bc8e435d68530caac09.tar.bz2
mpv-8cd1b33a22bef714e1185bc8e435d68530caac09.tar.xz
x11: mp_msg conversion for fstype help output
Diffstat (limited to 'player')
-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;
}