-/*
- * 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
*dst = '\0';
last_dst = dst;
- return (buf);
+ return buf;
}
char *concataddr (char *orig, char *str)