Nmap Development mailing list archives

semicolon missing nmap/libpcap/pcap-septel.c


From: chhandan singha <cskkman () gmail com>
Date: Wed, 4 Mar 2015 21:10:34 +0530

Hi there,

I am new here, trying to sneak into nmap code base
I think there should be a semicolon on line no 58
 ( https://svn.nmap.org/nmap/libpcap/pcap-septel.c )



diff --git a/libpcap/pcap-septel.c b/libpcap/pcap-septel.c
index 4ca7a60..f880334 100644
--- a/libpcap/pcap-septel.c
+++ b/libpcap/pcap-septel.c
@@ -55,7 +55,7 @@ static int septel_setnonblock(pcap_t *p, int nonblock,
char *errbu
  */
 struct pcap_septel {
        struct pcap_stat stat;
-}
+};

 /*
  *  Read at most max_packets from the capture queue and call the callback
...skipping...
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: