dect
/
libpcap
Archived
13
0
Fork 0

Small whitespace style cleanup.

This commit is contained in:
guy 2004-04-03 20:53:48 +00:00
parent cec387867a
commit 6c9206b958
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.99 2004-04-03 20:52:41 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.100 2004-04-03 20:53:48 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -356,7 +356,7 @@ pcap_inject_dlpi(pcap_t *p, const void *buf, size_t size)
pcap_strerror(errno));
return (-1);
}
#elif defined (DL_HP_RAWDLS)
#elif defined(DL_HP_RAWDLS)
if (p->send_fd < 0) {
snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
"send: Output FD couldn't be opened");