diff options
-rw-r--r-- | lib/userspec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/userspec.c b/lib/userspec.c index 853603059..25552aad4 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -114,7 +114,8 @@ is_number (const char *str) Return NULL if successful, a static error message string if not. */ const char * -parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg) +parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, + char **username_arg, char **groupname_arg) { static const char *tired = "virtual memory exhausted"; const char *error_msg; |