diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/id.c | 2 | ||||
-rw-r--r-- | src/nl.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -272,7 +272,7 @@ xgetgroups (const char *username, gid_t gid, int *n_groups, else ng = getugroups (max_n_groups, g, username, gid); } - + if (ng < 0) { error (0, errno, _("cannot get supplemental group list")); @@ -270,7 +270,7 @@ print_lineno (void) intmax_t next_line_no; printf (lineno_format, lineno_width, line_no, separator_str); - + next_line_no = line_no + page_incr; if (next_line_no < line_no) error (EXIT_FAILURE, 0, _("line number overflow")); |