X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.cpp;h=944cca19ea205064727c2617e4f698365029f764;hp=9893569c742378cd62a1c4bbc9d63bf86c4ea005;hb=55604f156b2293e870984c6bb57c1954ad5a9517;hpb=7ddbcf7e87a0b0c882d8d33841bd7ae53969619d diff --git a/src/notation.cpp b/src/notation.cpp index 9893569c..944cca19 100644 --- a/src/notation.cpp +++ b/src/notation.cpp @@ -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));