make sure #endif comment matches the macro name

This commit is contained in:
Brenton Bostick
2026-02-24 09:03:46 -05:00
committed by Sam Lantinga
parent 4a4ae4a79d
commit a5889b0e44
13 changed files with 17 additions and 17 deletions

View File

@@ -257,7 +257,7 @@
#else
/* usually this is empty */
#define SDLMAIN_DECLSPEC
#endif /* SDL_MAIN_EXPORTED */
#endif /* SDL_WIKI_DOCUMENTATION_SECTION */
#if defined(SDL_MAIN_NEEDED) || defined(SDL_MAIN_AVAILABLE) || defined(SDL_MAIN_USE_CALLBACKS)
#define main SDL_main