]> The Tcpdump Group git mirrors - libpcap/commitdiff
The genius who checked in the previous change removed a comma after a
authorguy <guy>
Sat, 3 Aug 2002 20:22:27 +0000 (20:22 +0000)
committerguy <guy>
Sat, 3 Aug 2002 20:22:27 +0000 (20:22 +0000)
format string.

pcap-pf.c

index dbb6de153b87d65252cb485d88062a53e8b05b6f..d5085ff5e76b29ab60c8beea02b63511b4eddb18 100644 (file)
--- a/pcap-pf.c
+++ b/pcap-pf.c
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.68 2002-08-02 03:28:05 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.69 2002-08-03 20:22:27 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -256,7 +256,7 @@ pcap_open_live(char *device, int snaplen, int promisc, int to_ms, char *ebuf)
        p->fd = pfopen(device, O_RDONLY);
        if (p->fd < 0) {
                snprintf(ebuf, PCAP_ERRBUF_SIZE, "pf open: %s: %s\n\
-your system may not be properly configured; see the packetfilter(4) man page\n"
+your system may not be properly configured; see the packetfilter(4) man page\n",
                        device, pcap_strerror(errno));
                goto bad;
        }