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