X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=blobdiff_plain;f=www%2Fopening-stats.pl;h=58a0f9be02a9ed230808fb00ce281abeef3531e9;hp=a88b0a28b1ad3d28cdb7f9fbd43290711a94113e;hb=cdae7109f5f92579d74fef8bce8aed5ee0cf2b61;hpb=6bea524ca2b99cb1732f6fad65b8c8727cdd0a0b diff --git a/www/opening-stats.pl b/www/opening-stats.pl index a88b0a2..58a0f9b 100755 --- a/www/opening-stats.pl +++ b/www/opening-stats.pl @@ -49,7 +49,7 @@ eval { $root_game->{'moves'} = int(((scalar @{$pgn->moves}) + 1) / 2); }; if ($@) { - print STDERR "Error while getting root move: $@\n"; + print STDERR "Error while getting root move: $@\n"; } # Explore one move out.