summaryrefslogtreecommitdiff
path: root/capture_wpcap_packet.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-20 08:31:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-20 08:31:09 +0000
commit776776960def92068adf7ada8e341aa01f6284c3 (patch)
treeff7502a6596763c443bf47a0907f1eb13f69823e /capture_wpcap_packet.c
parentf14ccc2f63cdb0eedaa02f18c7cd4ba56a861c4f (diff)
downloadwireshark-776776960def92068adf7ada8e341aa01f6284c3.tar.gz
fix a compiler warning (... copied from RFC2553 :-)
svn path=/trunk/; revision=15890
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 */