diff options
Diffstat (limited to 'libc/pwd_grp/pwent.c')
-rw-r--r-- | libc/pwd_grp/pwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/pwent.c b/libc/pwd_grp/pwent.c index fd65db21a..51f76b53f 100644 --- a/libc/pwd_grp/pwent.c +++ b/libc/pwd_grp/pwent.c @@ -54,7 +54,7 @@ struct passwd * getpwent(void) { if (pw_fd!=-1) - return __getpwent(pw_fd); + return (__getpwent(pw_fd)); return NULL; } |