Skip to content
Snippets Groups Projects
Commit e2304059 authored by rswindell's avatar rswindell
Browse files

Fix typo (missing closing quote) in previous commit as pointed out by Coz via irc. Thanks.

parent 47132c21
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ bool sbbs_t::answer()
if(telnet_rows >= TERM_ROWS_MIN && telnet_rows <= TERM_ROWS_MAX)
rows = telnet_rows;
} else {
lprintf(LOG_NOTICE, "no Telnet commands received, reverting to Raw/TCP mode);
lprintf(LOG_NOTICE, "no Telnet commands received, reverting to Raw/TCP mode");
telnet_mode |= TELNET_MODE_OFF;
client.protocol = "Raw";
client_on(client_socket, &client,/* update: */true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment