X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnow.c;h=0488f94ee15d14dced62ecac910abd0403afb84f;hb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;hp=d3fccfd6af501c45b8d57f01d9ead13a89ea07fe;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/whatnow.c b/uip/whatnow.c index d3fccfd..0488f94 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -1,23 +1,22 @@ - /* - * whatnow.c -- the nmh `WhatNow' shell - * - * 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. - */ +** whatnow.c -- the nmh `WhatNow' shell +** +** 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 /* from whatnowsbr.c */ -int WhatNow (int, char **); +int WhatNow(int, char **); int -main (int argc, char **argv) +main(int argc, char **argv) { #ifdef LOCALE - setlocale(LC_ALL, ""); + setlocale(LC_ALL, ""); #endif - return WhatNow (argc, argv); + return WhatNow(argc, argv); }