Remove a rogue space

This commit is contained in:
Brian Somers 2000-04-13 00:00:46 +00:00
parent 00a808bcd1
commit 328ecc101e

View File

@ -106,7 +106,7 @@ struct cstate {
char csu_hdr[MAX_HDR];
struct ip csu_ip; /* ip/tcp hdr from most recent packet */
} slcs_u;
};
};
#define cs_ip slcs_u.csu_ip
#define cs_hdr slcs_u.csu_hdr