Empty enums are boring.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3066 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7c4d2a2309
commit
71ade84614
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ void SV_PortIPv6_Callback(struct cvar_s *var, char *oldvalue);
|
|||
void SV_PortIPX_Callback(struct cvar_s *var, char *oldvalue);
|
||||
|
||||
typedef struct {
|
||||
enum {
|
||||
} isdp;
|
||||
int isdp;
|
||||
cvar_t cv;
|
||||
netadr_t adr;
|
||||
} sv_masterlist_t;
|
||||
|
|
Loading…
Reference in a new issue