1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 16:39:49 +00:00

wayland_gl: fix a typo

Somehow in commit 661b5542de, my editor
snuck in a ¥ sign in here. Oops.
This commit is contained in:
Dudemanguy 2022-06-11 10:05:09 -05:00
parent 661b5542de
commit b3ef506932

View File

@ -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);