From 4eff18189a5ec3d474709dd73698ff5dcbc603c6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 19 Mar 2003 09:42:02 +0000 Subject: Things my compiler didn't catch... --- coreutils/chgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/chgrp.c') diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index f5e5d29f1..ac3e81ad9 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -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; -- cgit v1.2.3