This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / lib / parser.c
index 7ad2a48..761a57a 100644 (file)
@@ -47,7 +47,6 @@ static int match_one(char *s, char *p, substring_t args[])
                else if (*p == '%') {
                        if (*s++ != '%')
                                return 0;
-                       p++;
                        continue;
                }