mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Eric found a missing comma!!
This commit is contained in:
parent
30a0bd9cf5
commit
8f304d8167
@ -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…
Reference in New Issue
Block a user