X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..69819af4834557e60c33bb378e29cf3d4e8269f8:/sbr/fmt_addr.c diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 41a760ab..2c7b58e4 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -1,5 +1,4 @@ -/* - * fmt_addr.c -- format an address field (from fmt_scan) +/* fmt_addr.c -- format an address field (from fmt_scan) * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -109,7 +108,7 @@ formataddr (char *orig, char *str) *dst = '\0'; last_dst = dst; - return (buf); + return buf; } char *concataddr (char *orig, char *str)