--- deliantra/server/include/shstr.h 2006/08/26 23:36:32 1.2 +++ deliantra/server/include/shstr.h 2006/08/29 08:01:36 1.3 @@ -57,8 +57,8 @@ typedef struct _shared_string { union { - struct _shared_string **array; - struct _shared_string *previous; + struct _shared_string **array; + struct _shared_string *previous; } u; struct _shared_string *next; /* The top bit of "refcount" is used to signify that "u.array" points