X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fparser.c;h=b00d02059a5f8acc3a58a6290251aa487f2cca2e;hb=084c304980f05833bc8a91b856af7dc7a7bb7d60;hp=4f0cbc03e0e86844840c28b08a279394215b4e31;hpb=e4e0fadcd929138aa82130a1c5f22206d86d7bb2;p=karo-tx-linux.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;