소스 검색

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