X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..2d033e9c995d385fcd69cb604bf8814de4d1ccec:/sbr/ambigsw.c diff --git a/sbr/ambigsw.c b/sbr/ambigsw.c index c11b9e75..ba6485f8 100644 --- a/sbr/ambigsw.c +++ b/sbr/ambigsw.c @@ -11,8 +11,8 @@ void -ambigsw (char *arg, struct swit *swp) +ambigsw (const char *arg, const struct swit *swp) { - advise (NULL, "-%s ambiguous. It matches", arg); + inform("-%s ambiguous. It matches", arg); print_sw (arg, swp, "-", stderr); }