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 c436624..26e1671 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 |