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:
Mark Olsen 2008-11-14 20:32:28 +00:00
parent 7c4d2a2309
commit 71ade84614
1 changed files with 1 additions and 2 deletions

View File

@ -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;