From e2f3f02e0937d4fef705beebdc9b36a114a7b886 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 22 Jan 2003 05:36:26 +0000
Subject: [PATCH] Another typo (same line).

---
 src/sbbs3/install/sbbsinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/install/sbbsinst.c b/src/sbbs3/install/sbbsinst.c
index 22c4572da3..68f421d8b9 100644
--- a/src/sbbs3/install/sbbsinst.c
+++ b/src/sbbs3/install/sbbsinst.c
@@ -43,7 +43,7 @@
 uifcapi_t uifc; /* User Interface (UIFC) Library API */
 params_t params; /* Build parameters */
 
-#define MAKEFILE "/tmp/SBBSmakefile";
+#define MAKEFILE "/tmp/SBBSmakefile"
 
 char **opt;
 char tmp[256];
-- 
GitLab