X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fambigsw.c;h=cd84ad651423e6b77df3acd2e65db4767df3643e;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hp=c11b9e752e732d5fdeef899884897ce85cc38e34;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/sbr/ambigsw.c b/sbr/ambigsw.c index c11b9e7..cd84ad6 100644 --- a/sbr/ambigsw.c +++ b/sbr/ambigsw.c @@ -1,4 +1,3 @@ - /* * ambigsw.c -- report an ambiguous switch * @@ -13,6 +12,6 @@ void 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); }