aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/slcompress.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-04-13 00:00:46 +0000
committerBrian Somers <brian@FreeBSD.org>2000-04-13 00:00:46 +0000
commit328ecc101eeb0422eed14788884fb5444a1ab6a7 (patch)
treea9a005aa111d918a4445f2f3056a64e74f08250a /usr.sbin/ppp/slcompress.h
parent00a808bcd15f5b3a79126c6ede133073e2440a13 (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.h2
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