diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-22 09:39:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-22 09:39:03 +0000 |
commit | 8f304d8167758596b99026facffe366b35537cd0 (patch) | |
tree | 4edc9db1e2b11ec80a65ed8b17c7e44f541aaee2 | |
parent | 30a0bd9cf5302f13d338f50ac3d27ab9465f004f (diff) |
Eric found a missing comma!!
-rw-r--r-- | lib/arpa_telnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arpa_telnet.h b/lib/arpa_telnet.h index 201b7bbc4..52ac66bb5 100644 --- a/lib/arpa_telnet.h +++ b/lib/arpa_telnet.h @@ -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", |