]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Do not call exit_threads() in Application d'tor
[stockfish] / src / evaluate.cpp
index 36f88f44ce31444ba3effe68fcbf33a8d78f780c..2b3335ca350c47e2f4a092465c1df4477f95a4de 100644 (file)
@@ -382,7 +382,7 @@ Value do_evaluate(const Position& pos, EvalInfo& ei, int threadID) {
   // Middle-game specific evaluation terms
   if (phase > PHASE_ENDGAME)
   {
-    // Pawn storms in positions with opposite castling.
+    // Pawn storms in positions with opposite castling
     if (   square_file(pos.king_square(WHITE)) >= FILE_E
         && square_file(pos.king_square(BLACK)) <= FILE_D)