diff options
author | itojun <itojun> | 2002-06-11 17:04:44 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-11 17:04:44 +0000 |
commit | 5918c491c121b315104eaf1ae55f4512bb84fa1f (patch) | |
tree | 705f0c434e67f48987a5c471e1d80e3253c936c6 /nametoaddr.c | |
parent | f1183c9b152ee65da4c46894404c57f98cb94237 (diff) |
whitespace cleanup
Diffstat (limited to 'nametoaddr.c')
-rw-r--r-- | nametoaddr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nametoaddr.c b/nametoaddr.c index d699c87f..c4b7b652 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.63 2002-04-09 07:41:19 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.64 2002-06-11 17:04:45 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -340,7 +340,7 @@ pcap_ether_hostton(const char *name) return (NULL); else rewind(fp); - + while ((ep = pcap_next_etherent(fp)) != NULL) { if (strcmp(ep->name, name) == 0) { ap = (u_char *)malloc(6); |