1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

strerror.3: Fix whitespace issue introduced in r368714

MFC with:	368714
This commit is contained in:
Jessica Clarke 2020-12-18 22:10:17 +00:00
parent d68fb8d978
commit ccb86b40c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368770

View File

@ -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