X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmem.h;h=e864bbf0be78eaeb2dabc30609a4d29ad2e4bdb8;hb=2c1efd65d13c2886d53ec3fd1ce59d58b8e054c9;hp=a9635001d9be0cf73b5222a141488bc361451735;hpb=6595b27601ff72318acbcec25861ba1c824777df;p=swftools.git diff --git a/lib/mem.h b/lib/mem.h index a963500..e864bbf 100644 --- 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_calloc_replacement(int nmemb, int size) +void* rfx_calloc_replacement(int nmemb, int size); #endif #ifdef MEMORY_INFO long rfx_memory_used();