X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fambigsw.c;h=f2126b7e1e42f831359644439644296365029ff5;hp=6105a50883d690e316826375d61b261a773c0290;hb=5cb46b33551f28e4168989e752e09bd927e993f9;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/sbr/ambigsw.c b/sbr/ambigsw.c index 6105a50..f2126b7 100644 --- a/sbr/ambigsw.c +++ b/sbr/ambigsw.c @@ -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); }