bugfixes, parametrized image algorithm in record device
[swftools.git] / lib / mem.h
index a963500..e864bbf 100644 (file)
--- a/lib/mem.h
+++ b/lib/mem.h
@@ -13,7 +13,7 @@ void* rfx_calloc(int size);
 void* rfx_realloc(void*data, int size);
 void rfx_free(void*data);
 #ifndef HAVE_CALLOC
 void* rfx_realloc(void*data, int size);
 void rfx_free(void*data);
 #ifndef HAVE_CALLOC
-void* rfx_calloc_replacement(int nmemb, int size)
+void* rfx_calloc_replacement(int nmemb, int size);
 #endif
 #ifdef MEMORY_INFO
 long rfx_memory_used();
 #endif
 #ifdef MEMORY_INFO
 long rfx_memory_used();