Small cleanup in execute_uci_command()

With a little fall out in siblings functions...

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-01-09 15:57:18 +01:00
parent a8741bd59f
commit caa02b0e43
6 changed files with 41 additions and 42 deletions

View 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;