X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=string.c;fp=string.c;h=d22c4e644d6deb6b6b48b7561f86bde5ba22bce5;hb=1526296ab4088bba659787e83553a605cbda09bd;hp=38e25b09c5f3ff2b289d6e943a0f7bde3bfc23ad;hpb=d6f02e067c271638857bb9bac51770da7fa95527;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