-
-/*
- * mhpath.c -- print full pathnames of nmh messages and folders
+/* mhpath.c -- print full pathnames of nmh messages and folders
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
/* If no messages are given, print folder pathname */
if (!msgs.size) {
- printf ("%s\n", maildir);
+ puts(maildir);
done (0);
}