ソースを参照

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