From 7dee9b01014df5e7dd734c79e87c1b2933a73fd7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 21 Dec 1995 14:50:11 +0000 Subject: from netbsd; cpp botch repair --- gnu/games/chess/gnuchess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/games/chess') diff --git a/gnu/games/chess/gnuchess.c b/gnu/games/chess/gnuchess.c index 4a363e21176..2eeb0565f51 100644 --- a/gnu/games/chess/gnuchess.c +++ b/gnu/games/chess/gnuchess.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: gnuchess.c,v 1.1 1995/10/18 08:41:10 deraadt Exp $"; +static char rcsid[] = "$Id: gnuchess.c,v 1.2 1995/12/21 14:50:10 deraadt Exp $"; #endif /* not lint */ #include @@ -641,7 +641,7 @@ struct BookEntry *p; } -#define UpdateSearchStatus\ +#define UpdateSearchStatus \ {\ if (post) ShowCurrentMove(pnt,node->f,node->t);\ if (pnt > TrPnt[1])\ -- cgit v1.2.3