# HG changeset patch # User Philipp Wiesemann # Date 1417725239 -3600 # Node ID 562e58dcbb4cbd58cfdc2b80c66316812310adcc # Parent c1eab6da82c1e886f3cc2d2ba77f25e792c97184 Corrected header file guard comment. diff -r c1eab6da82c1 -r 562e58dcbb4c src/video/wayland/SDL_waylandvideo.h --- a/src/video/wayland/SDL_waylandvideo.h Thu Dec 04 02:24:22 2014 -0500 +++ b/src/video/wayland/SDL_waylandvideo.h Thu Dec 04 21:33:59 2014 +0100 @@ -69,6 +69,6 @@ uint32_t shm_formats; } SDL_VideoData; -#endif /* _SDL_nullvideo_h */ +#endif /* _SDL_waylandvideo_h */ /* vi: set ts=4 sw=4 expandtab: */