]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix typo.
authorGuy Harris <[email protected]>
Fri, 2 Oct 2009 21:07:11 +0000 (14:07 -0700)
committerGuy Harris <[email protected]>
Fri, 2 Oct 2009 21:07:11 +0000 (14:07 -0700)
pcap-linux.c

index 342592507310e366b5ab23dee919c46cfaf58921..29d79c4959a0b12fcdf3f67122a406880ab9ed84 100644 (file)
@@ -1371,7 +1371,7 @@ pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata)
                                "The interface went down");
                        return PCAP_ERROR;
 
-               default
+               default:
                        snprintf(handle->errbuf, PCAP_ERRBUF_SIZE,
                                 "recvfrom: %s", pcap_strerror(errno));
                        return PCAP_ERROR;