From 2aaca74dd57a19a3fd02a278db1207cb6a8eae5d Mon Sep 17 00:00:00 2001 From: pf packet Date: Wed, 2 Apr 2014 03:39:10 +0900 Subject: [PATCH] Fix compilation error of Wayland_Util.h This commit fixes the following error: error: #endif without #if --- Source/Core/DolphinWX/GLInterface/Wayland_Util.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinWX/GLInterface/Wayland_Util.h b/Source/Core/DolphinWX/GLInterface/Wayland_Util.h index 1f5ac5e4ed..53caf62f79 100644 --- a/Source/Core/DolphinWX/GLInterface/Wayland_Util.h +++ b/Source/Core/DolphinWX/GLInterface/Wayland_Util.h @@ -27,5 +27,3 @@ public: void ToggleFullscreen(bool fullscreen); void SwapBuffers(); }; - -#endif