Skip to content

Commit

Permalink
builtin-grep: typofix
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed May 10, 2006
1 parent 5acd64e commit c39c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-grep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}

Expand Down

0 comments on commit c39c4f4

Please sign in to comment.