summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-19 08:10:39 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-11-19 08:11:35 -0800
commit94147762fce62f5d5d1d29840c8e59835f708b11 (patch)
treec980d35b089390afbec762b4f1acfce99c742b9b /video
parente10727baa70b8b7cd3d0f3182f8346a72341e68f (diff)
downloadmpv-94147762fce62f5d5d1d29840c8e59835f708b11.tar.bz2
mpv-94147762fce62f5d5d1d29840c8e59835f708b11.tar.xz
vo_opengl: add missing log newline
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/w32.c b/video/out/opengl/w32.c
index 97ad0d6e47..6080c303ba 100644
--- a/video/out/opengl/w32.c
+++ b/video/out/opengl/w32.c
@@ -255,7 +255,7 @@ static int w32_init(struct MPGLContext *ctx, int flags)
goto fail;
if (!ctx->gl->SwapInterval)
- MP_VERBOSE(ctx->vo, "WGL_EXT_swap_control missing.");
+ MP_VERBOSE(ctx->vo, "WGL_EXT_swap_control missing.\n");
w32_ctx->real_wglSwapInterval = ctx->gl->SwapInterval;
ctx->gl->SwapInterval = w32_swap_interval;
w32_ctx->current_swapinterval = -1;