From 0a39019aee3764003b302f7519550fc2bc9bbad8 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 2 Oct 2003 02:37:42 +0000 Subject: [PATCH] Remove a trailing space (I always wanted to do that commit!) --- src/sbbs3/getstr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/getstr.cpp b/src/sbbs3/getstr.cpp index dfb7a4705d..86d2edc684 100644 --- a/src/sbbs3/getstr.cpp +++ b/src/sbbs3/getstr.cpp @@ -141,7 +141,7 @@ size_t sbbs_t::getstr(char *strout, size_t maxlen, long mode) bputs("\r\n\r\nYou must set your terminal to NO PARITY, " "8 DATA BITS, and 1 STOP BIT (N-8-1).\7\r\n"); return(0); - } + } } getstr_offset=i; switch(ch) { -- GitLab