X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eb21eed294df1be56bce4bf8ecf16a4c65e7f12f..d4935c564e1497843ac995957fdb044a2a8891c5:/uip/install-mh.c diff --git a/uip/install-mh.c b/uip/install-mh.c index 70865337..bcdb3a2e 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -1,5 +1,4 @@ -/* - * install-mh.c -- initialize the nmh environment of a new user +/* install-mh.c -- initialize the nmh environment of a new user * * 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 +142,7 @@ main (int argc, char **argv) } } else { if (autof) - printf ("I'm going to create the standard nmh path for you.\n"); + puts("I'm going to create the standard nmh path for you."); else cp = concat ("Do you want the standard nmh path \"", mypath, "/", "Mail\"? ", NULL); @@ -174,7 +173,7 @@ query: if (makedir (pathname) == 0) adios (NULL, "unable to create %s", pathname); } else { - printf ("[Using existing directory]\n"); + puts("[Using existing directory]"); } /*