mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed typo
This commit is contained in:
parent
3ed5ca1c5f
commit
97c896d52b
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ void restore_tty(void)
|
||||||
int connect_tty(void)
|
int connect_tty(void)
|
||||||
{
|
{
|
||||||
fd_set rdfs; /* Read file descriptor set */
|
fd_set rdfs; /* Read file descriptor set */
|
||||||
int maxfd; /* Maximum file desciptor used */
|
int maxfd; /* Maximum file descriptor used */
|
||||||
static bool first = true;
|
static bool first = true;
|
||||||
int status;
|
int status;
|
||||||
char c_tty;
|
char c_tty;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue