From: Jim Meyering Date: Wed, 22 May 1996 12:03:18 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14e~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faf3cd5fbcb51cb8d76306ca6e58144e8309723;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/id.c b/src/id.c index dc9c12dbe9..d21ade9f2f 100644 --- a/src/id.c +++ b/src/id.c @@ -252,7 +252,7 @@ xgetgroups (const char *username, int *n_groups, GETGROUPS_T **groups) return fail; } -/* Print all of the distinct groups the user is in . */ +/* Print all of the distinct groups the user is in. */ static void print_group_list (char *username)