X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de4636bb664106d9932ae7acb517e471b848f1f3..35d2b4dc00d705e6816bcb0ccab491aabda688dc:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index 4d1d3d68..8ec6e3f2 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -11,11 +11,11 @@ int -smatch(char *string, struct swit *swp) +smatch(const char *string, const struct swit *swp) { - char *sp, *tcp; + const char *sp, *tcp; int firstone, len; - struct swit *tp; + const struct swit *tp; firstone = UNKWNSW;