From: Automatic source maintenance Date: Thu, 25 Feb 2010 01:13:21 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc6685ef1196ed930d8ae6d35ebacb31ee65a69a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/external_acl/unix_group/check_group.c b/helpers/external_acl/unix_group/check_group.c index e04dcb223c..5cff40b445 100644 --- a/helpers/external_acl/unix_group/check_group.c +++ b/helpers/external_acl/unix_group/check_group.c @@ -157,7 +157,7 @@ main(int argc, char *argv[]) check_pw = 1; break; case 'g': - grents = realloc(grents, sizeof(*grents) * (ngroups+1)); + grents = realloc(grents, sizeof(*grents) * (ngroups+1)); grents[ngroups++] = optarg; break; case '?':