X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwhistory.c;h=0a42f183ac8c32fa96adedd8d6529847a02d1c2c;hb=266def07442d78b0841cd716422ff9a3774fdfaa;hp=933359c9c5d8723bc93aed74e406eb63bf9492c6;hpb=292d1fc96afcdd5aececf3ec0da28c56bfb1a5a6;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; }