瀏覽代碼

fixing a renaming issue

Stasik0 9 年之前
父節點
當前提交
1f6f56418c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ua_util.h

+ 1 - 1
src/ua_util.h

@@ -52,7 +52,7 @@
 #ifndef UA_free
     #define UA_free(ptr) free(ptr)
 #endif
-#ifndef UA_free
+#ifndef UA_malloc
     #define UA_malloc(size) malloc(size)
 #endif
 #ifndef UA_calloc