mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Simplify function readline()
- Removed forgotten bracket
This commit is contained in:
parent
d63cf7b747
commit
cce3c88807
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
|
@ -58,7 +58,7 @@ int readline(PTSTREAM *pts) {
|
|||
if ( args_info.verbose_flag )
|
||||
/* print an additional newline if the string doesn't end with a newline */
|
||||
message( c == '\n' ? " <- %s" : " <- %s\n", buf);
|
||||
}
|
||||
|
||||
return len;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue