From b0c5f4c65873df23b23fe784bfb7b92025f49a74 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 29 Dec 2009 11:53:32 -0800 Subject: [PATCH] Un-split a line. --- pcap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: