X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwhistory.c;h=0a42f183ac8c32fa96adedd8d6529847a02d1c2c;hb=d138c95b1f4dad365548a9d77321f626ef704c90;hp=933359c9c5d8723bc93aed74e406eb63bf9492c6;hpb=d5c36d4669c2f625af7c280c5a4ebdc4ba284e95;p=xboard.git diff --git a/winboard/whistory.c b/winboard/whistory.c index 933359c..0a42f18 100644 --- a/winboard/whistory.c +++ b/winboard/whistory.c @@ -452,7 +452,7 @@ VOID MoveHistorySet( char movelist[][2*MOVE_LEN], int first, int last, int curre } } -BOOL MoveHistoryIsUp() +Boolean MoveHistoryIsUp() { return moveHistoryDialogUp; }