浏览代码

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

https://github.com/libsdl-org/SDL/commit/78725dc0cd8502a91d2565af44ff9e6e65f0f30d
Wohlstand 2 年之前
父节点
当前提交
2aeac8de51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_mutex.h

+ 1 - 1
include/SDL_mutex.h

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