X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=02f2b87d92f00a7046c335b7d42cfbb41bd5de57;hp=d75350b17f7ea1f43413754318c6754c73cf48ae;hb=7f367e6019289e65b902a5ebf7e3686db5cefdef;hpb=927f1b0bd30a5b2cfdcdf163f26f528738509064 diff --git a/src/main.cpp b/src/main.cpp index d75350b1..02f2b87d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;