From 81279904e2d7ddf1dbe9c9f398f181b07e13f2fd Mon Sep 17 00:00:00 2001 From: tomcw Date: Mon, 18 Jan 2021 20:30:51 +0000 Subject: [PATCH] Pravets: fix bug in ctor --- source/Pravets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Pravets.cpp b/source/Pravets.cpp index c465eb82..21911bd3 100644 --- a/source/Pravets.cpp +++ b/source/Pravets.cpp @@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Pravets::Pravets(void) { // Pravets 8A - bool g_CapsLockAllowed = false; + g_CapsLockAllowed = false; // Pravets 8A/8C P8CAPS_ON = false;