]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Only on Windows do wait for input at the end of benchmark
[stockfish] / src / uci.cpp
index b3af1b607a24138d4a87d0b0f327472d9fe0b81d..0a1de3127ae8aa167d6db35032549ee3e5329ac9 100644 (file)
@@ -117,7 +117,7 @@ namespace {
     if (token == "uci")
     {
         cout << "id name " << engine_name()
-             << "\nid author Tord Romstad, Marco Costalba\n";
+             << "\nid author Tord Romstad, Marco Costalba, Joona Kiiski\n";
         print_uci_options();
         cout << "uciok" << endl;
     }