diff options
Diffstat (limited to 'man3/getgrouplist.3')
| -rw-r--r-- | man3/getgrouplist.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getgrouplist.3 b/man3/getgrouplist.3 index 61c88f75f1..aea52d999c 100644 --- a/man3/getgrouplist.3 +++ b/man3/getgrouplist.3 @@ -164,7 +164,7 @@ main(int argc, char *argv[]) ngroups = atoi(argv[2]); - groups = malloc(ngroups * sizeof (gid_t)); + groups = malloc(ngroups * sizeof(gid_t)); if (groups == NULL) { perror("malloc"); exit(EXIT_FAILURE); |
