Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / uip / whatnow.c
index 083650e..be50bc9 100644 (file)
@@ -2,7 +2,9 @@
 /*
  * whatnow.c -- the nmh `WhatNow' shell
  *
- * $Id$
+ * 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>
@@ -14,5 +16,5 @@ main (int argc, char **argv)
 #ifdef LOCALE
     setlocale(LC_ALL, "");
 #endif
-    WhatNow (argc, argv);
+    return WhatNow (argc, argv);
 }