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