]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Fix spaces
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index 33452043345abfdec942220fe023bbc6a81edc96..701c23f847be1f0f0525c3edc5d6e97526f10c9b 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -47,7 +47,7 @@ struct tcphdr {
        nd_uint16_t     th_win;                 /* window */
        nd_uint16_t     th_sum;                 /* checksum */
        nd_uint16_t     th_urp;                 /* urgent pointer */
-} ND_UNALIGNED;
+};
 
 #define TH_OFF(th)     ((EXTRACT_U_1((th)->th_offx2) & 0xf0) >> 4)