diff --git a/pcap.c b/pcap.c index fc5af1b..e81cc01 100644 --- a/pcap.c +++ b/pcap.c @@ -141,8 +141,7 @@ pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header, int status; /* We are on an offline capture */ - status = pcap_offline_read(p, 1, pcap_oneshot, - (u_char *)&s); + status = pcap_offline_read(p, 1, pcap_oneshot, (u_char *)&s); /* * Return codes for pcap_offline_read() are: