X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.cpp;h=944cca19ea205064727c2617e4f698365029f764;hp=9893569c742378cd62a1c4bbc9d63bf86c4ea005;hb=c9e396b5424802b80e80394979ca84688b523244;hpb=0d8a4c7565390c9f7ccc99799a76a19fb50e6f7b 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));