1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00

vo_opengl: fix typo

This commit is contained in:
rr- 2015-11-07 19:37:55 +01:00 committed by wm4
parent 46cee66563
commit b1893d2084

View File

@ -68,7 +68,7 @@ static EGLConfig select_fb_config_egl(struct MPGLContext *ctx, bool es)
eglChooseConfig(p->egl_display, attributes, &config, 1, &config_count);
if (!config_count) {
MP_FATAL(ctx->vo, "Could find EGL configuration!\n");
MP_FATAL(ctx->vo, "Could not find EGL configuration!\n");
return NULL;
}