From a99f418f7b7040524f0370e2d675de70dfaaf167 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 4 Dec 2000 01:06:30 +0000
Subject: [PATCH] Fix msvc error in main().

---
 xtrn/sbl/sbl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/sbl/sbl.c b/xtrn/sbl/sbl.c
index 047b0bbfcb..b863502b1b 100644
--- a/xtrn/sbl/sbl.c
+++ b/xtrn/sbl/sbl.c
@@ -849,7 +849,7 @@ int main(int argc, char **argv)
 			close(file); }
 
 	if(maint)
-		return;
+		return(0);
 
 	strcpy(list_fmt,DEF_LIST_FMT);
 	while(1) {
-- 
GitLab