]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Cleanup debug counters
[stockfish] / src / main.cpp
index d75350b17f7ea1f43413754318c6754c73cf48ae..02f2b87d92f00a7046c335b7d42cfbb41bd5de57 100644 (file)
@@ -64,7 +64,7 @@ int main(int argc, char* argv[]) {
   if (argc < 2)
   {
       // Print copyright notice
-      cout << engine_name() << " by " << engine_author() << endl;
+      cout << engine_name() << " by " << engine_authors() << endl;
 
       if (CpuHasPOPCNT)
           cout << "Good! CPU has hardware POPCNT." << endl;