-/*
- * 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
* 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);
}