X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=lib%2Fparser.c;h=b00d02059a5f8acc3a58a6290251aa487f2cca2e;hb=8e498751f2f36074ffa6fc7f0a9ec6e055b350e6;hp=4f0cbc03e0e86844840c28b08a279394215b4e31;hpb=b32a09db4fb9a87246ba4e7726a979ac4709ad97;p=safe%2Fjmp%2Flinux-2.6 diff --git a/lib/parser.c b/lib/parser.c index 4f0cbc0..b00d020 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;