aboutsummaryrefslogtreecommitdiffstats
path: root/capture_wpcap_packet.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-20 08:31:09 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-20 08:31:09 +0000
commit9bd9ec0a51a736e3e465b9222d1008d6d9424644 (patch)
treeff7502a6596763c443bf47a0907f1eb13f69823e /capture_wpcap_packet.c
parent1a88564c02558221dd152bb739b6f23e293ffe14 (diff)
fix a compiler warning (... copied from RFC2553 :-)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15890 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_wpcap_packet.c')
-rw-r--r--capture_wpcap_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_wpcap_packet.c b/capture_wpcap_packet.c
index 107ad4eca9..61ed96a4e8 100644
--- a/capture_wpcap_packet.c
+++ b/capture_wpcap_packet.c
@@ -67,7 +67,7 @@ struct sockaddr_storage {
eth_sa_family_t __ss_family; /* address family */
/* Following fields are implementation specific */
char __ss_pad1[ETH_SS_PAD1SIZE];
- /* 6 byte pad, this is to make implementation
+ /* 6 byte pad, this is to make implementation */
/* specific pad up to alignment field that */
/* follows explicit in the data structure */
gint64 /*int64_t*/ __ss_align; /* field to force desired structure */