Explorar el Código

fixing a renaming issue

Stasik0 hace 9 años
padre
commit
1f6f56418c
Se han modificado 1 ficheros con 1 adiciones y 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