From f13f0ee4ec8b95001b2c06cf070e26e7aa5610a0 Mon Sep 17 00:00:00 2001 From: Jay Kruer Date: Wed, 15 Jun 2022 18:49:18 -0700 Subject: [PATCH] Fix typo --- CLI/Repl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/Repl.cpp b/CLI/Repl.cpp index 6ec68fa8..47882b1e 100644 --- a/CLI/Repl.cpp +++ b/CLI/Repl.cpp @@ -510,7 +510,7 @@ void ihandler(lua_State* L, int k) { sigint_received = 0; } }; -#ifndef _WIN32 +#endif static void runRepl() {