From bd5743f75833fef6a13e6168344e98de2d05a0ba Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Wed, 23 May 2018 21:44:42 -0400 Subject: [PATCH] MS-DOS does not use getreturn_enabled --- sys/share/pcsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/share/pcsys.c b/sys/share/pcsys.c index 71b62c6e0..0286ad50b 100644 --- a/sys/share/pcsys.c +++ b/sys/share/pcsys.c @@ -546,8 +546,8 @@ msexit() if (GUILaunched) getreturn("to end"); synch_cursor(); -#endif getreturn_enabled = TRUE; +#endif wait_synch(); return; }