From: Paul Eggert Date: Mon, 21 Feb 2005 06:57:45 +0000 (+0000) Subject: (enum RCH_status): Remove trailing comma, X-Git-Tag: CPPI-1_12~1447 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0cc7364896f35339d9aae9e990e8d563b76870b;p=platform%2Fupstream%2Fcoreutils.git (enum RCH_status): Remove trailing comma, as it's not valid in standard C89. --- diff --git a/src/chown-core.c b/src/chown-core.c index a9f4334..334763e 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