]> git.sesse.net Git - stockfish/blobdiff - src/notation.cpp
Fix issues detected by Coverity Scan
[stockfish] / src / notation.cpp
index 9893569c742378cd62a1c4bbc9d63bf86c4ea005..944cca19ea205064727c2617e4f698365029f764 100644 (file)
@@ -138,7 +138,7 @@ const string move_to_san(Position& pos, Move m) {
           }
 
           if (!others)
-          { /* disambiguation is not needed */ }
+          { /* Disambiguation is not needed */ }
 
           else if (!(others & file_bb(from)))
               san += to_char(file_of(from));