]> The Tcpdump Group git mirrors - libpcap/commitdiff
Indentation fix.
authorGuy Harris <[email protected]>
Sat, 21 Jan 2017 03:10:27 +0000 (19:10 -0800)
committerGuy Harris <[email protected]>
Sat, 21 Jan 2017 03:10:27 +0000 (19:10 -0800)
pcap.c

diff --git a/pcap.c b/pcap.c
index 409384a4c9c105a9ace4709dacc8b21a99ff4ee2..169b0f709ebefa14e4e73a39e1d4c50e2a18f7e1 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -1285,7 +1285,7 @@ pcap_create_common(char *ebuf, size_t size)
        initialize_ops(p);
 
        /* put in some defaults*/
-       p->snapshot = MAXIMUM_SNAPLEN;  /* max packet size */
+       p->snapshot = MAXIMUM_SNAPLEN;  /* max packet size */
        p->opt.timeout = 0;             /* no timeout specified */
        p->opt.buffer_size = 0;         /* use the platform's default */
        p->opt.promisc = 0;