X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=46bb39d5be5c53e5a2472141315e6d44ed1eb288;hb=dec2fe4d04b68c21f86dc391ab4a464cac2aed64;hp=c34623124f81e068afb7365b1fd8b6de70e7e70d;hpb=003ab519c36430f6df51e0e6e2aa528476894161;p=xboard.git diff --git a/backend.c b/backend.c index c346231..46bb39d 100644 --- a/backend.c +++ b/backend.c @@ -421,7 +421,7 @@ Boolean alarmSounded; /* end premove variables */ char *ics_prefix = "$"; -int ics_type = ICS_GENERIC; +enum ICS_TYPE ics_type = ICS_GENERIC; int currentMove = 0, forwardMostMove = 0, backwardMostMove = 0; int pauseExamForwardMostMove = 0;