diff --git a/IDEHelper/Compiler/BfAst.h b/IDEHelper/Compiler/BfAst.h index da4d56e6..c62ca408 100644 --- a/IDEHelper/Compiler/BfAst.h +++ b/IDEHelper/Compiler/BfAst.h @@ -781,7 +781,7 @@ public: for (int i = 0; i < mList.mSize; i++) if (mList[i] != rhs.mList[i]) return false; - return false; + return true; } };