From: Guy Harris Date: Sun, 19 Mar 2017 07:42:43 +0000 (-0700) Subject: Get rid of extra semicolon. X-Git-Tag: libpcap-1.9-bp~842 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/4b144f965200f15d93bc673365ffb676b0b06369?ds=sidebyside;hp=-c Get rid of extra semicolon. --- 4b144f965200f15d93bc673365ffb676b0b06369 diff --git a/pcap-new.c b/pcap-new.c index 2d1e94f5..8fcbd011 100644 --- a/pcap-new.c +++ b/pcap-new.c @@ -538,7 +538,7 @@ int pcap_parsesrcstr(const char *source, int *type, char *host, char *port, char return -1; } -}; +} pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf) {