From dc02a27651aa3b7024ad60088c4169b34266a24e Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 28 Apr 2011 09:23:46 +0000 Subject: [PATCH] bug 1362: fixed typo --- LCS/Common/src/shmem/dlmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCS/Common/src/shmem/dlmalloc.c b/LCS/Common/src/shmem/dlmalloc.c index 692c8e875f2..e8d1f1584bd 100644 --- a/LCS/Common/src/shmem/dlmalloc.c +++ b/LCS/Common/src/shmem/dlmalloc.c @@ -1748,7 +1748,7 @@ do { \ } \ } while(0) -define MALLOC_COPY(dest,src,nbytes) \ +#define MALLOC_COPY(dest,src,nbytes) \ do { \ INTERNAL_SIZE_T* mcsrc = (INTERNAL_SIZE_T*) src; \ INTERNAL_SIZE_T* mcdst = (INTERNAL_SIZE_T*) dest; \ -- GitLab