Remove tests/inc/test-eom-align
[mmh] / sbr / ambigsw.c
index 48b7328..f2126b7 100644 (file)
@@ -1,16 +1,17 @@
-
 /*
- * ambigsw.c -- report an ambiguous switch
- *
- * $Id$
- */
+** ambigsw.c -- report an ambiguous switch
+**
+** 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>
 
 
 void
-ambigsw (char *arg, struct swit *swp)
+ambigsw(char *arg, struct swit *swp)
 {
-    advise (NULL, "-%s ambiguous.  It matches", arg);
-    print_sw (arg, swp, "-");
+       advise(NULL, "-%s ambiguous.  It matches", arg);
+       print_sw(arg, swp, "-", stderr);
 }