From ce2d5f70e4353a6ac347a12ffe0f96c091d3a3ca Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 10 Apr 2015 23:44:55 +0200 Subject: [PATCH] Wayland: Removed empty statement. --- src/video/wayland/SDL_waylandwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/wayland/SDL_waylandwindow.c b/src/video/wayland/SDL_waylandwindow.c index d6d83aa2b7330..4f00fc053eb84 100644 --- a/src/video/wayland/SDL_waylandwindow.c +++ b/src/video/wayland/SDL_waylandwindow.c @@ -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) {