diff options
author | Jessica Clarke <jrtc27@FreeBSD.org> | 2020-12-18 22:10:17 +0000 |
---|---|---|
committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2020-12-18 22:10:17 +0000 |
commit | ccb86b40c172e14b454b44ca52750c24939355ea (patch) | |
tree | 38f4acf529cc6d0821655ff856bb24af35b7cc28 | |
parent | d68fb8d978bbd3cf1b5db35f309aaeab30636d43 (diff) |
strerror.3: Fix whitespace issue introduced in r368714
MFC with: 368714
Notes
Notes:
svn path=/head/; revision=368770
-rw-r--r-- | lib/libc/string/strerror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 3ea4145080cd..c877ceb309b5 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 |