Reorder the members of struct _srec to make type punning with
Lists work. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@254 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -72,9 +72,9 @@ typedef struct {
|
||||
/* srec -- linked list of scores */
|
||||
|
||||
typedef struct _srec {
|
||||
struct _srec *next;
|
||||
char *nick;
|
||||
unsigned long score;
|
||||
struct _srec *next;
|
||||
} srec;
|
||||
|
||||
struct settings {
|
||||
|
||||
Reference in New Issue
Block a user