diff options
Diffstat (limited to 'whoami.c')
-rw-r--r-- | whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,5 +38,5 @@ extern int whoami_main(int argc, char **argv) | |||
38 | puts(user); | 38 | puts(user); |
39 | return EXIT_SUCCESS; | 39 | return EXIT_SUCCESS; |
40 | } | 40 | } |
41 | error_msg_and_die("cannot find username for UID %u\n", (unsigned) uid); | 41 | error_msg_and_die("cannot find username for UID %u", (unsigned) uid); |
42 | } | 42 | } |