diff options
Diffstat (limited to 'FICS/matchproc.c')
-rw-r--r-- | FICS/matchproc.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 532c7ea..44e8c77 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -57,21 +57,20 @@ #endif struct print_bh_context { - int pp; - int pp1; + int pp; + int pp1; - int rated; - int type; - int white; + int rated; + int type; + int white; - char *board; - char *category; + char *board; + char *category; - int binc; - int bt; - - int winc; - int wt; + int binc; + int bt; + int winc; + int wt; }; PUBLIC int |