X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=8cc7d5d7965e725839375237af3f063b1b44d13b;hp=38e25b09c5f3ff2b289d6e943a0f7bde3bfc23ad;hb=bd10c0f46e0b7eadfb8c6d5cd45581cec253d775;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 diff --git a/string.c b/string.c index 38e25b09..8cc7d5d7 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 Andre Noll + * Copyright (C) 2004-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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