diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-04-13 00:00:46 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-04-13 00:00:46 +0000 |
commit | 328ecc101eeb0422eed14788884fb5444a1ab6a7 (patch) | |
tree | a9a005aa111d918a4445f2f3056a64e74f08250a /usr.sbin/ppp/slcompress.h | |
parent | 00a808bcd15f5b3a79126c6ede133073e2440a13 (diff) |
Remove a rogue space
Notes
Notes:
svn path=/head/; revision=59187
Diffstat (limited to 'usr.sbin/ppp/slcompress.h')
-rw-r--r-- | usr.sbin/ppp/slcompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index 099771be134f..223f65948b4e 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -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 |