From e2c235ea6017f2132a5d1d6ab561993583d94f93 Mon Sep 17 00:00:00 2001 From: jrtc27 Date: Fri, 18 Dec 2020 22:10:17 +0000 Subject: [PATCH] strerror.3: Fix whitespace issue introduced in r368714 MFC with: 368714 --- lib/libc/string/strerror.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 3ea4145080c..c877ceb309b 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -188,7 +188,7 @@ main(void) perror("open()"); exit(1); } - printf("File descriptor: %d\en", fd); + printf("File descriptor: %d\en", fd); return (0); } .Ed -- 2.42.0