summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-06-11 10:05:09 -0500
committerDudemanguy <random342@airmail.cc>2022-06-11 10:07:11 -0500
commitb3ef506932c3fc281b1e16c951fc6abc1ba429ce (patch)
tree231922a6beea6d866912fdac621a09e97426bc68 /video/out
parent661b5542de21d46d4d7c4693e564f4eec0526812 (diff)
downloadmpv-b3ef506932c3fc281b1e16c951fc6abc1ba429ce.tar.bz2
mpv-b3ef506932c3fc281b1e16c951fc6abc1ba429ce.tar.xz
wayland_gl: fix a typo
Somehow in commit 661b5542de21d46d4d7c4693e564f4eec0526812, my editor snuck in a ¥ sign in here. Oops.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/opengl/context_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/context_wayland.c b/video/out/opengl/context_wayland.c
index 984d803fa4..4dd45c6412 100644
--- a/video/out/opengl/context_wayland.c
+++ b/video/out/opengl/context_wayland.c
@@ -69,7 +69,7 @@ static void resize(struct ra_ctx *ctx)
struct priv *p = ctx->priv;
struct vo_wayland_state *wl = ctx->vo->wl;
- MP_VERBOSE(wl, "Handling resize on the egl side¥n");
+ MP_VERBOSE(wl, "Handling resize on the egl side\n");
if (!p->egl_window)
egl_create_window(ctx);