builtin-grep: typofix

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-05-09 18:15:21 -07:00
parent 5acd64edec
commit c39c4f4746

View file

@ -701,7 +701,7 @@ int cmd_grep(int argc, const char **argv, char **envp)
/* The rest are paths */
if (!seen_dashdash) {
int j;
for (j = i; j < argc; i++)
for (j = i; j < argc; j++)
verify_filename(prefix, argv[j]);
}