]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Compile fix in types.h
[stockfish] / src / main.cpp
index 01b032c2ddca230595225da082b6f0af88dca00b..fa821151359ac31cb904ebfd66226ae89d49955a 100644 (file)
@@ -75,8 +75,7 @@ int main(int argc, char* argv[]) {
   if (argc <= 1)
   {
       // Print copyright notice
-      cout << engine_name()
-           << " by Tord Romstad, Marco Costalba, Joona Kiiski" << endl;
+      cout << engine_name() << " by " << engine_author() << endl;
 
       if (CpuHasPOPCNT)
           cout << "Good! CPU has hardware POPCNT." << endl;