X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.c;h=d22c4e644d6deb6b6b48b7561f86bde5ba22bce5;hb=63abcd1b2f6de6ce53d82962f5a2100c5a57e5d3;hp=38e25b09c5f3ff2b289d6e943a0f7bde3bfc23ad;hpb=9d75ded33ce6664156acb07e311f51d55970bbea;p=paraslash.git diff --git a/string.c b/string.c index 38e25b09..d22c4e64 100644 --- a/string.c +++ b/string.c @@ -36,7 +36,7 @@ * * \sa realloc(3). */ -__must_check __malloc void *para_realloc(void *p, size_t size) +__must_check void *para_realloc(void *p, size_t size) { /* * No need to check for NULL pointers: If p is NULL, the call