Things my compiler didn't catch...

This commit is contained in:
Manuel Novoa III
2003-03-19 09:42:02 +00:00
parent cad5364599
commit 4eff18189a
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
int chgrp_main(int argc, char **argv)
{
long gid;
int recursiveFlag;;
int recursiveFlag;
int retval = EXIT_SUCCESS;
char *p;