X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fambigsw.c;h=cd84ad651423e6b77df3acd2e65db4767df3643e;hp=c11b9e752e732d5fdeef899884897ce85cc38e34;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hpb=f480c03187724e54e5391ee61b810827da319a6c 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); }