make sure #endif comment matches the macro name

(cherry picked from commit a5889b0e44)
This commit is contained in:
Brenton Bostick
2026-02-24 09:03:46 -05:00
committed by Sam Lantinga
parent 01d8bb5b7c
commit abab2f1181
13 changed files with 17 additions and 17 deletions

View File

@@ -469,7 +469,7 @@
#define NULL ((void *)0)
#endif
#endif /* NULL */
#endif /* ! macOS - breaks precompiled headers */
#endif /* __MACH__ */
#ifndef SDL_FALLTHROUGH
#if (defined(__cplusplus) && __cplusplus >= 201703L) || \