From 83fa4577d127ff775202a0a8967c230d3b8c127a Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Thu, 17 Oct 2024 21:55:43 -0700 Subject: [PATCH] Fix indentation of one line. --- src/sbbs3/answer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/answer.cpp b/src/sbbs3/answer.cpp index f8f131cabe..d2952b9e85 100644 --- a/src/sbbs3/answer.cpp +++ b/src/sbbs3/answer.cpp @@ -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); } -- GitLab