include: Fixed a C++-style single line comment.

78725dc0cd
This commit is contained in:
Wohlstand 2023-03-30 00:40:46 +03:00 committed by Anonymous Maarten
parent 6d01ffcd94
commit 2aeac8de51

View file

@ -39,7 +39,7 @@
defined(__clang__) && (!defined(SWIG))
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x))
#else
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) /* no-op */
#endif
#define SDL_CAPABILITY(x) \