diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:53:12 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 00:53:12 +0100 |
commit | 202e153c977f99fb68e164784477397829290a41 (patch) | |
tree | d46f65b1b970daccb8652667d0f25ae2f3bcdbbe /FICS | |
parent | f4e525010694a2ff08e53b8596a5a62018a78386 (diff) |
Reformatted struct
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 |