mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-27 07:36:22 +00:00
handler: avoid unnamed union
Unnamed unions appeared only in C11 standard. Don't use them to increase portability.
This commit is contained in:
@@ -130,7 +130,7 @@ struct _xmpp_handlist_t {
|
||||
char *name;
|
||||
char *type;
|
||||
};
|
||||
};
|
||||
} u;
|
||||
};
|
||||
|
||||
#define MAX_DOMAIN_LEN 256
|
||||
|
||||
Reference in New Issue
Block a user