Skip to content

Commit

Permalink
Small whitespace style cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuguy committed Apr 3, 2004
1 parent cec3878 commit 6c9206b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcap-dlpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 6c9206b

Please sign in to comment.