From ef18c02a4a0119d549454ecade0a72e44126eaf4 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sat, 24 Oct 2020 00:25:25 -0400 Subject: [PATCH] format --- src/si.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/si.c b/src/si.c index 286f82498a..a19f0b409a 100644 --- a/src/si.c +++ b/src/si.c @@ -480,7 +480,7 @@ ApiStatus si_handle_case_equal_AND(ScriptInstance* script) { script->ptrNextLine = si_goto_end_case(script); } else if (switchBlockState == -2) { script->ptrNextLine = si_goto_next_case(script); - } else if (var == switchBlockValue) { + } else if (var == switchBlockValue) { script->switchBlockState[switchDepth] = -1; } else { script->switchBlockState[switchDepth] = -2;