From 595faba14f00679bc8b60a261c8d98d69e67786f Mon Sep 17 00:00:00 2001 From: mjn3 Date: Wed, 19 Mar 2003 09:42:02 +0000 Subject: Things my compiler didn't catch... git-svn-id: svn://busybox.net/trunk/busybox@6752 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb