summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index 1900fd84a1..0662c7474b 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -2208,7 +2208,7 @@ static int preinit(struct vo *vo, const char *arg)
};
if (subopt_parse(arg, subopts) != 0) {
- mp_msg(MSGT_VO, MSGL_FATAL, help_text);
+ mp_msg(MSGT_VO, MSGL_FATAL, "%s", help_text);
goto err_out;
}