Wayland: Removed empty statement.
This commit is contained in:
parent
b2002bd0e5
commit
844ac0dbed
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ int Wayland_CreateWindow(_THIS, SDL_Window *window)
|
|||
data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window);
|
||||
|
||||
if (data->egl_surface == EGL_NO_SURFACE) {
|
||||
return SDL_SetError("failed to create a window surface");;
|
||||
return SDL_SetError("failed to create a window surface");
|
||||
}
|
||||
|
||||
if (data->shell_surface) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue