Explorar o código

fixing a renaming issue

Stasik0 %!s(int64=9) %!d(string=hai) anos
pai
achega
1f6f56418c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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