From 399b343a72eb80344116b595c584c2d67d8a5171 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 4 Aug 2004 04:55:59 +0000
Subject: [PATCH] Fixed typo.

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

diff --git a/src/sbbs3/startup.h b/src/sbbs3/startup.h
index 6ce9d29b33..6c00786188 100644
--- a/src/sbbs3/startup.h
+++ b/src/sbbs3/startup.h
@@ -132,7 +132,7 @@ typedef struct {
 #define BBS_OPT_NO_QWK_EVENTS		(1<<7)	/* Don't run QWK-related events		*/
 #define BBS_OPT_NO_TELNET_GA		(1<<8)	/* Don't send periodic Telnet GAs	*/
 #define BBS_OPT_NO_EVENTS			(1<<9)	/* Don't run event thread			*/
-#define BBS_OPT_NO_SPY_SOCKETS		(1<<10	/* Don't create spy sockets			*/
+#define BBS_OPT_NO_SPY_SOCKETS		(1<<10)	/* Don't create spy sockets			*/
 #define BBS_OPT_NO_HOST_LOOKUP		(1<<11)
 #define BBS_OPT_NO_RECYCLE			(1<<27)	/* Disable recycling of server		*/
 #define BBS_OPT_GET_IDENT			(1<<28)	/* Get Identity (RFC 1413)			*/
-- 
GitLab