fix a compiler warning (... copied from RFC2553 :-)
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Sep 2005 08:31:09 +0000 (08:31 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Sep 2005 08:31:09 +0000 (08:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15890 f5534014-38df-0310-8fa8-9805f1628bb7

capture_wpcap_packet.c

index 107ad4eca98366393264074a1c5b4c0d44e603a5..61ed96a4e86c0892940abb5cc468290018793a4a 100644 (file)
@@ -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 */