]> diplodocus.org Git - nmh/blobdiff - uip/mhpath.c
Remove unneeded incomplete, member-less `struct tag;'.
[nmh] / uip / mhpath.c
index 9ab94392771d40667a8ecf6b3ca11e21c4048c65..2f4af3b76cd3599182408ad9b71b213ff72911d2 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * 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
@@ -77,7 +75,7 @@ main(int argc, char **argv)
 
     /* If no messages are given, print folder pathname */
     if (!msgs.size) {
-       printf ("%s\n", maildir);
+       puts(maildir);
        done (0);
     }