X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.cpp;h=dea72441620b3a0ddb5bdd6a2b3fd4adcf2a6af0;hp=db5f58b90d3099e1eae631d33cefca8791227d3d;hb=00a853950f56f315d9f26a67e54a187762992a9d;hpb=4c7a71a44bbe37a5e5dd971650c9b22790cae302 diff --git a/src/notation.cpp b/src/notation.cpp index db5f58b9..dea72441 100644 --- a/src/notation.cpp +++ b/src/notation.cpp @@ -28,7 +28,7 @@ using namespace std; -static const char* PieceToChar[COLOR_NB] = { "PNBRQK", "pnbrqk" }; +static const char* PieceToChar[COLOR_NB] = { " PNBRQK", " pnbrqk" }; /// score_to_uci() converts a value to a string suitable for use with the UCI