浏览代码

Merge branch 'patch-1' of https://github.com/twoscomplement/stb

Sean Barrett 7 年之前
父节点
当前提交
41cd8bb527
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stb_dxt.h

+ 1 - 1
stb_dxt.h

@@ -88,7 +88,7 @@ STBDDEF void stb_compress_bc5_block(unsigned char *dest, const unsigned char *sr
 
 #ifndef STBD_MEMSET
 #include <string.h>
-#define STBD_MEMSET(x)        memset(x)
+#define STBD_MEMSET           memset
 #endif
 
 static unsigned char stb__Expand5[32];