Remove extra i++

Reported by:	allanjude@
This commit is contained in:
Baptiste Daroussin 2015-09-05 21:55:01 +00:00
parent c597a0199e
commit cb291e8aa1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287493

View File

@ -175,7 +175,6 @@ locate(int argc, char **argv)
}
}
close(fd);
i++;
}
globfree(&g);