From 4a1c96c506d236fd8f28e9c138dd9ee8547dca1c Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Fri, 12 Jan 2007 20:28:11 +0000 Subject: yup, i need to rest... (also, copy-paste is eeeevil) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9649 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/malloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/malloc.h') diff --git a/src/common/malloc.h b/src/common/malloc.h index d6f6adb3c..2cef33982 100644 --- a/src/common/malloc.h +++ b/src/common/malloc.h @@ -145,11 +145,11 @@ ////////////// Others ////////////////////////// // should be merged with any of above later -#define CREATE(result, type, number) (result) = (type *) aCalloc ((number), sizeof(type)); +#define CREATE(result, type, number) (result) = (type *) aCalloc ((number), sizeof(type)) -#define CREATE_A(result, type, number) (result) = (type *) aCallocA ((number), sizeof(type)); +#define CREATE_A(result, type, number) (result) = (type *) aCallocA ((number), sizeof(type)) -#define RECREATE(result, type, number) (result) = (type *) aRealloc ((result), sizeof(type) * (number)); +#define RECREATE(result, type, number) (result) = (type *) aRealloc ((result), sizeof(type) * (number)) //////////////////////////////////////////////// -- cgit v1.2.3-60-g2f50