X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=b415d19f5b46cad895808116cd9f57c73d484af1;hb=62e5284278f8b168b7eabed3fbf28d39455d7d8c;hp=43de988a596657b7cb0a0fb6f68709722be909d6;hpb=699d2cc5efc5e3ef959813b16528e6b23d8de50a;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index 43de988..b415d19 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -190,7 +190,7 @@ GameListPrepare (int byPos, int narrow) if(lg->number % 2000 == 0) { char buf[MSG_SIZ]; snprintf(buf, MSG_SIZ, _("Scanning through games (%d)"), lg->number); - DisplayTitle(buf); + DisplayTitle(buf); DoEvents(); } lg->position = pos; lg = (ListGame *) lg->node.succ;