mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Missing tab.
Pointed out by: bapt
This commit is contained in:
parent
283970e873
commit
7ae7c1932b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue