X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fambigsw.c;h=42796b34ca576e8eedc01032682b3658fa328482;hp=53c8da1a976f7ec1981ec84619dfc67199a16111;hb=6b7218e1ae606329bf2e45b08e2e46cb9f0fc998;hpb=528f017cdebf19e2868bb77891e28e628defd13c diff --git a/sbr/ambigsw.c b/sbr/ambigsw.c index 53c8da1..42796b3 100644 --- a/sbr/ambigsw.c +++ b/sbr/ambigsw.c @@ -16,5 +16,5 @@ void ambigsw (char *arg, struct swit *swp) { advise (NULL, "-%s ambiguous. It matches", arg); - print_sw (arg, swp, "-"); + print_sw (arg, swp, "-", stderr); }