X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhl.c;h=48b8f1dbcdefc9b8c63ba45a1b3b08a3fa3936c9;hp=7914b5fee192b2aa4373e1e430a7499f6b2304d1;hb=714b5c530ece27ea2835a313013f5b770163403c;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/uip/mhl.c b/uip/mhl.c index 7914b5f..48b8f1d 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -1,23 +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 /* 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, ""); #endif - done (mhl (argc, argv)); + done(mhl(argc, argv)); return 1; }