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