From 8dc56f2b314859594271145d5e961f3aa99a1b3f Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 4 Dec 2014 21:33:59 +0100 Subject: [PATCH] Corrected header file guard comment. --- src/video/wayland/SDL_waylandvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/wayland/SDL_waylandvideo.h b/src/video/wayland/SDL_waylandvideo.h index 06bcdc48de4ca..77d431e42f4fc 100644 --- a/src/video/wayland/SDL_waylandvideo.h +++ b/src/video/wayland/SDL_waylandvideo.h @@ -69,6 +69,6 @@ typedef struct { uint32_t shm_formats; } SDL_VideoData; -#endif /* _SDL_nullvideo_h */ +#endif /* _SDL_waylandvideo_h */ /* vi: set ts=4 sw=4 expandtab: */