From 34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 9 Jul 2016 14:19:50 +0200 Subject: vo_xv, vo_x11: fix typos in warnings --- video/out/vo_x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/out/vo_x11.c') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index 7676155ead..01928b7e0e 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -407,8 +407,8 @@ static int preinit(struct vo *vo) goto error; p->gc = XCreateGC(x11->display, x11->window, 0, NULL); - MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing" - "your graphic drivers, or not forcing the x11 VO.\n"); + MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing " + "your graphics drivers, or not forcing the x11 VO.\n"); return 0; error: -- cgit v1.2.3