1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Missing tab.

Pointed out by:	bapt
This commit is contained in:
Pedro F. Giffuni 2016-02-27 02:11:00 +00:00
parent 283970e873
commit 7ae7c1932b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296134

View File

@ -635,7 +635,7 @@ portselector(void)
const char *
autobaud(void)
{
struct pollfd set[1];
struct pollfd set[1];
struct timespec timeout;
char c;
const char *type = "9600-baud";