0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vo_sdl: fix typo

This commit is contained in:
wm4 2014-09-05 22:10:20 +02:00
parent ce246296b3
commit 6b59d6a47b

View File

@ -324,7 +324,7 @@ static bool try_create_renderer(struct vo *vo, int i, const char *driver,
rc->x1 - rc->x0, rc->y1 - rc->y0,
SDL_WINDOW_RESIZABLE | SDL_WINDOW_HIDDEN);
if (!vc->window) {
MP_ERR(vo, "SDL_CreateWindow failedd\n");
MP_ERR(vo, "SDL_CreateWindow failed\n");
destroy_renderer(vo);
return false;
}