diff --git a/src/search.cpp b/src/search.cpp index c83de561..26cceeb4 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2084,7 +2084,7 @@ split_point_start: // At split points actual search starts from here firstCall = false; return rm != Rml.end() ? rm->pv[0] : MOVE_NONE; - }; + } } // namespace