X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..6840e8ab4e69caead96fced2ae896f778651d113:/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);