mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
Eric found a missing comma!!
This commit is contained in:
parent
30a0bd9cf5
commit
8f304d8167
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
static const char *telnetoptions[]=
|
||||
{
|
||||
"BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD",
|
||||
"NAME", "STATUS" "TIMING MARK", "RCTE",
|
||||
"NAME", "STATUS", "TIMING MARK", "RCTE",
|
||||
"NAOL", "NAOP", "NAOCRD", "NAOHTS",
|
||||
"NAOHTD", "NAOFFD", "NAOVTS", "NAOVTD",
|
||||
"NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue