]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Fix a compile error with gcc
[stockfish] / src / search.cpp
index c83de5613592983953ed502ed14cd63ba2dd90ef..26cceeb4a82fd3182c33b4dd588f571edf6dc9d0 100644 (file)
@@ -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