X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=lib%2Fparser.c;h=b00d02059a5f8acc3a58a6290251aa487f2cca2e;hb=711a49a07f84f914aac26a52143f6e7526571143;hp=4f0cbc03e0e86844840c28b08a279394215b4e31;hpb=b32a09db4fb9a87246ba4e7726a979ac4709ad97;p=sfrench%2Fcifs-2.6.git diff --git a/lib/parser.c b/lib/parser.c index 4f0cbc03e0e8..b00d02059a5f 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -100,7 +100,7 @@ static int match_one(char *s, const char *p, substring_t args[]) * format identifiers which will be taken into account when matching the * tokens, and whose locations will be returned in the @args array. */ -int match_token(char *s, match_table_t table, substring_t args[]) +int match_token(char *s, const match_table_t table, substring_t args[]) { const struct match_token *p;