From 526f656fc04a1a8ac41b5955415635eeba9c6dae Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Thu, 7 Mar 2024 00:06:26 -0800
Subject: [PATCH] Restore the additional space before the SMBLIB version

---
 src/sbbs3/ver.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/ver.cpp b/src/sbbs3/ver.cpp
index 6508f93da7..87318a8bef 100644
--- a/src/sbbs3/ver.cpp
+++ b/src/sbbs3/ver.cpp
@@ -85,7 +85,7 @@ void sbbs_t::ver()
 
 	DESCRIBE_COMPILER(compiler);
 
-	sprintf(str,"Revision %c%s %s "
+	sprintf(str,"Revision %c%s %s  "
 		"SMBLIB %s  %s"
 		,toupper(REVISION)
 		,beta_version
-- 
GitLab