diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:50:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:50:11 +0000 |
commit | 7dee9b01014df5e7dd734c79e87c1b2933a73fd7 (patch) | |
tree | 91a7d91259f36e17f3dc40327d4d886f24331c4a /gnu/games/chess | |
parent | b350a21c4dcfee2bdb3c19a82444fda4ed4711d8 (diff) |
from netbsd; cpp botch repair
Diffstat (limited to 'gnu/games/chess')
-rw-r--r-- | gnu/games/chess/gnuchess.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdio.h> @@ -641,7 +641,7 @@ struct BookEntry *p; } -#define UpdateSearchStatus\ +#define UpdateSearchStatus \ {\ if (post) ShowCurrentMove(pnt,node->f,node->t);\ if (pnt > TrPnt[1])\ |