瀏覽代碼

Corrected header file guard comment.

Philipp Wiesemann 11 年之前
父節點
當前提交
8dc56f2b31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/wayland/SDL_waylandvideo.h

+ 1 - 1
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: */