]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Do not manually build endgame functions hash keys
[stockfish] / src / position.cpp
index 31176c9d42ead1a504a57c426b1b40c748a7f6c1..275dace2a033fe259052c09d800ffc64593ae4f9 100644 (file)
@@ -118,7 +118,7 @@ void Position::from_fen(const std::string& fen) {
   }
   sideToMove = (fen[i] == 'w' ? WHITE : BLACK);
 
-  // Castling rights:
+  // Castling rights
   i++;
   if (fen[i] != ' ')
   {