diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index dd4cfb8..ed5d838 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -58,8 +58,8 @@ #define SORT_WILD 3 typedef struct _statistics { - int num, win, los, dra, rating, ltime, best, whenbest; - double sterr; + int num, win, los, dra, rating, ltime, best, whenbest; + double sterr; } statistics; #define PEND_MATCH 0 /* Params 1=wt 2=winc 3=bt 4=binc 5=registered */ |