From e0cc7364896f35339d9aae9e990e8d563b76870b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Feb 2005 06:57:45 +0000 Subject: (enum RCH_status): Remove trailing comma, as it's not valid in standard C89. --- src/chown-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/chown-core.c b/src/chown-core.c index a9f43343d..334763e5e 100644 --- a/src/chown-core.c +++ b/src/chown-core.c @@ -1,5 +1,5 @@ /* chown-core.c -- core functions for changing ownership. - Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation. + Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,7 +49,7 @@ enum RCH_status RC_inode_changed, /* open, fstat, fchown, or close failed */ - RC_error, + RC_error }; extern void -- cgit v1.2.3-70-g09d2