WinRT: Corrected header file guard comment.

This commit is contained in:
Philipp Wiesemann 2016-11-05 21:22:58 +01:00
parent 062ca2b261
commit 5819923212
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ extern void WINRT_InitGameBar(_THIS);
extern void WINRT_QuitGameBar(_THIS);
#endif
#endif /* _SDL_winrtmouse_h */
#endif /* _SDL_winrtgamebar_h */
/* vi: set ts=4 sw=4 expandtab: */