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