X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fbook.c;h=08b2c473f0a8ba808571bc3622b2a20c7b945192;hb=717503bac58f75de867fdda2c4a9562f715c52d6;hp=cadefa3a63804726bb1411d5ec82d528b36b7b1d;hpb=82b026e6376b640a4d3409a461dd6bd83708e33e;p=gnushogi.git diff --git a/gnushogi/book.c b/gnushogi/book.c index cadefa3..08b2c47 100644 --- a/gnushogi/book.c +++ b/gnushogi/book.c @@ -2,11 +2,14 @@ * FILE: book.c * * ---------------------------------------------------------------------- - * - * Copyright (c) 2012 Free Software Foundation + * Copyright (c) 1993, 1994, 1995 Matthias Mutz + * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * + * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1992 Free Software Foundation + * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it @@ -290,8 +293,7 @@ BVerifyMove(char *s, unsigned short *mv, int moveno) /* Illegal move in check */ #if !defined QUIETBOOKGEN /* 077: "Illegal move (in check) %s" */ - printf(CP[77]); - printf("\n"); + puts(CP[77]); bkdisplay(s, cnt, moveno); #endif return false;