X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fgmalloc.c;h=dd0f948280caa82a8f38b3ccadab200fe43fb099;hb=4f29597e4f3696a59bb08ffece07183c1568c4a5;hp=735847208c2d251ff09453321b7a205023ad1225;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/src/gmalloc.c b/src/gmalloc.c index 7358472..dd0f948 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -1036,7 +1036,7 @@ realloc (__ptr_t ptr, __malloc_size_t size) int type; __malloc_size_t block, blocks, oldlimit; - if (PURE_DATA(ptr)) + if (PURE_DATA (ptr)) { result = malloc (size); memcpy(result, ptr, size);