]> git.marmaro.de Git - mmh/blobdiff - sbr/ambigsw.c
Remove not used code (JLR define)
[mmh] / sbr / ambigsw.c
index 6105a50883d690e316826375d61b261a773c0290..f2126b7e1e42f831359644439644296365029ff5 100644 (file)
@@ -10,8 +10,8 @@
 
 
 void
-ambigsw (char *arg, struct swit *swp)
+ambigsw(char *arg, struct swit *swp)
 {
-       advise (NULL, "-%s ambiguous.  It matches", arg);
-       print_sw (arg, swp, "-", stderr);
+       advise(NULL, "-%s ambiguous.  It matches", arg);
+       print_sw(arg, swp, "-", stderr);
 }