From f2f4aac59ba89f1fc257f74d4e8171407860e237 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 6 Apr 2019 13:05:07 +0200 Subject: [PATCH] Update Source/stores.cpp --- Source/stores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/stores.cpp b/Source/stores.cpp index 6b133b193..180339c46 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -358,7 +358,7 @@ void __fastcall ClearSText(int s, int e) { int i; - for (i = s; i < e; ++i) { + for (i = s; i < e; i++) { stext[i]._sx = 0; stext[i]._syoff = 0; stext[i]._sstr[0] = 0;