summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/telnet/telnetd/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/telnet/telnetd/state.c')
-rw-r--r--crypto/heimdal/appl/telnet/telnetd/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/appl/telnet/telnetd/state.c b/crypto/heimdal/appl/telnet/telnetd/state.c
index 32c3d0e..69cc236 100644
--- a/crypto/heimdal/appl/telnet/telnetd/state.c
+++ b/crypto/heimdal/appl/telnet/telnetd/state.c
@@ -33,7 +33,7 @@
#include "telnetd.h"
-RCSID("$Id: state.c 18110 2006-09-19 08:25:20Z lha $");
+RCSID("$Id$");
unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
@@ -506,7 +506,7 @@ willoption(int option)
changeok++;
break;
#endif
-
+
default:
break;
}
OpenPOWER on IntegriCloud