X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fparser.c;h=b00d02059a5f8acc3a58a6290251aa487f2cca2e;hb=4e00dc762d68248c23c5fe1dfb4d06fbe75554b0;hp=4f0cbc03e0e86844840c28b08a279394215b4e31;hpb=d939d2851fd12568e2eabb2916769e8a57ba5c89;p=mv-sheeva.git diff --git a/lib/parser.c b/lib/parser.c index 4f0cbc03e0e..b00d02059a5 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;