X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9d325068a8deee98493dd44eb62a3b66b4951462..9291a5f82480f2458e04cb9ea7e6749bc952b308:/test/getfullname.c diff --git a/test/getfullname.c b/test/getfullname.c index 89a54910..14f45423 100644 --- a/test/getfullname.c +++ b/test/getfullname.c @@ -1,5 +1,4 @@ -/* - * getfullname.c - Extract a user's name out of the GECOS field in +/* getfullname.c - Extract a user's name out of the GECOS field in * the password file. * * This code is Copyright (c) 2012, by the authors of nmh. See the @@ -53,8 +52,7 @@ main(int argc, char *argv[]) * Quote the entire string if it has a special character in it. */ escape_display_name (buf, sizeof(buf)); - - printf("%s\n", buf); + puts(buf); exit(0); }