X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..baecaa2380db6164c1992fdffccca8ea9a61d5ba:/sbr/ambigsw.c?ds=inline 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);