From a6ce21b450644a79b08b9533166704c7ef093816 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 14 May 2020 17:23:06 -0700 Subject: [PATCH] Use Unlock_state here too --- src/console.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/console.c b/src/console.c index 09b4617b..11a7961e 100644 --- a/src/console.c +++ b/src/console.c @@ -1358,9 +1358,7 @@ static void CON_Print(char *msg) if (*msg == '\0') { -#ifdef HAVE_THREADS - I_unlock_mutex(con_mutex); -#endif + Unlock_state(); return; }