X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cffe37acfaf6896d52860e77585b5000565ec3f7..64c1e9c1845f4a3531d5a64c1233fda03ae284ae:/uip/annosbr.c diff --git a/uip/annosbr.c b/uip/annosbr.c index 9d73a094..071e6839 100644 --- a/uip/annosbr.c +++ b/uip/annosbr.c @@ -1,6 +1,4 @@ - -/* - * annosbr.c -- prepend annotation to messages +/* annosbr.c -- prepend annotation to messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -143,7 +141,7 @@ annolist(char *file, char *comp, char *text, int number) if (text == NULL && (sp = strrchr(cp, '/')) != (char *)0) cp = sp + 1; - (void)printf("%s\n", cp); + puts(cp); } } while (*field != '\0' && *field != '-');