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;