Skip to content
Snippets Groups Projects
Commit 83fa4577 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix indentation of one line.

parent 0fd2fd08
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,7 @@ bool sbbs_t::answer()
}
pthread_mutex_unlock(&input_thread_mutex);
}
lprintf(LOG_INFO, "terminal type: %ux%u %s %s", cols, rows, term_charset(autoterm), terminal);
lprintf(LOG_INFO, "terminal type: %ux%u %s %s", cols, rows, term_charset(autoterm), terminal);
SAFECOPY(client_ipaddr, cid); /* Over-ride IP address with Caller-ID info */
SAFECOPY(useron.comp,client_name);
}
......
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