]> git.marmaro.de Git - mmh/blobdiff - uip/mhl.c
Fixed abort of e.g. comp when draft folder is empty.
[mmh] / uip / mhl.c
index fdbd67994776fe22be5b9d6bdb9f18cf611c0a74..48b8f1dbcdefc9b8c63ba45a1b3b08a3fa3936c9 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -1,24 +1,23 @@
-
 /*
- * mhl.c -- the nmh message listing program
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** mhl.c -- the nmh message listing program
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
 
 /* prototype from mhlsbr.c */
-int mhl (int, char **);
+int mhl(int, char **);
 
 
 int
-main (int argc, char **argv)
+main(int argc, char **argv)
 {
 #ifdef LOCALE
-    setlocale(LC_ALL, "");
+       setlocale(LC_ALL, "");
 #endif
-    done (mhl (argc, argv));
-    return 1;
+       done(mhl(argc, argv));
+       return 1;
 }