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

Reference Issue #6838.
This commit is contained in:
Ryan C. Gordon 2022-12-17 23:52:04 -05:00
parent d927befcd7
commit 78725dc0cd
No known key found for this signature in database
GPG key ID: FA148B892AB48044

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) \