From 73a38c45aa6f7f2eeb299275e35c2784cd133f2e Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 14 May 2006 07:27:27 +0000
Subject: [PATCH] Re-add exit() into exitprg() We'll need to fix this in
 ciolib.

---
 src/syncdraw/options.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/syncdraw/options.c b/src/syncdraw/options.c
index 908522c57f..c4dd84c162 100644
--- a/src/syncdraw/options.c
+++ b/src/syncdraw/options.c
@@ -393,5 +393,6 @@ exitprg(void)
 		clrscr();
 		gotoxy(1, 1);
 		printf("Thanx 4 using this syncdraw\n");
+		exit(0);
 	}
 }
-- 
GitLab