X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=7b80e1b4ace1888e8af96f525c2a451e2cea913f;hp=6033a008dbf154953de673f85048eb78812d1722;hb=5bffffb32d2d8bfc8bc465b43b56a92a6101d35c;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 diff --git a/string.c b/string.c index 6033a008..7b80e1b4 100644 --- a/string.c +++ b/string.c @@ -230,7 +230,7 @@ void freep(void *arg) * return \a a without making a copy of \a a. Otherwise, construct the * concatenation \a c, free \a a (but not \a b) and return \a c. * - * \sa strcat(3) + * \sa strcat(3). */ __must_check __malloc char *para_strcat(char *a, const char *b) {