]> The Tcpdump Group git mirrors - libpcap/commitdiff
Get rid of extra semicolon.
authorGuy Harris <[email protected]>
Sun, 19 Mar 2017 07:42:43 +0000 (00:42 -0700)
committerGuy Harris <[email protected]>
Sun, 19 Mar 2017 07:42:43 +0000 (00:42 -0700)
pcap-new.c

index 2d1e94f5419eb4f88287cfd303e9d3ca990da5de..8fcbd011ea3671cbfe17e161feffd0a3e360567d 100644 (file)
@@ -538,7 +538,7 @@ int pcap_parsesrcstr(const char *source, int *type, char *host, char *port, char
 
                return -1;
        }
 
                return -1;
        }
-};
+}
 
 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
 {
 
 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *errbuf)
 {