X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fmem.h;h=e864bbf0be78eaeb2dabc30609a4d29ad2e4bdb8;hp=a9635001d9be0cf73b5222a141488bc361451735;hb=bdad407fb79c2f7be9f3603694ebdeadc645b52d;hpb=6595b27601ff72318acbcec25861ba1c824777df 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();