Skip to content

Commit

Permalink
Wayland: Removed empty statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 10, 2015
1 parent 562414c commit ce2d5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wayland/SDL_waylandwindow.c
Expand Up @@ -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) {
Expand Down

0 comments on commit ce2d5f7

Please sign in to comment.