minor style adjustment

This commit is contained in:
Ozkan Sezer 2021-11-12 07:28:00 +03:00
parent 3bf7994fe2
commit acb602d607
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
#define _HAS_FALLTHROUGH 0
#endif /* __has_attribute */
#if _HAS_FALLTHROUGH && \
((defined(__GNUC__) && __GNUC__ >= 7) || \
((defined(__GNUC__) && __GNUC__ >= 7) || \
(defined(__clang_major__) && __clang_major__ >= 10))
#define SDL_FALLTHROUGH __attribute__((__fallthrough__))
#else