From 86ecdb83e0c1f507dd24b89c4c3f5829985d4f99 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 2 Oct 2009 14:07:11 -0700 Subject: Fix typo. --- pcap-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-linux.c') diff --git a/pcap-linux.c b/pcap-linux.c index 3425925..29d79c4 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -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; -- cgit v1.2.3