From: Junio C Hamano Date: Wed, 10 May 2006 01:15:21 +0000 (-0700) Subject: builtin-grep: typofix X-Git-Tag: v1.4.0-rc1~142^2~5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c39c4f4746ba4543b532594543d252e2bad62234;p=git.git builtin-grep: typofix Signed-off-by: Junio C Hamano --- diff --git a/builtin-grep.c b/builtin-grep.c index 26a3fc38..d290074a 100644 --- a/builtin-grep.c +++ b/builtin-grep.c @@ -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]); }