diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-22 02:59:04 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-22 02:59:04 -0800 |
commit | 85d238122420aafd117ae0f722496876dcf73b09 (patch) | |
tree | 86cd9f220175caf5e6a891411cad8831252dc9f1 /addrtoname.c | |
parent | 767a06a506acd02dbed289847bcfdc9822ff508f (diff) | |
download | tcpdump-85d238122420aafd117ae0f722496876dcf73b09.tar.gz |
Fix #endif comment.
Diffstat (limited to 'addrtoname.c')
-rw-r--r-- | addrtoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addrtoname.c b/addrtoname.c index f4d05e97..03fd5a07 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -95,7 +95,7 @@ */ extern int ether_ntohost(char *, const struct ether_addr *); #endif /* !defined(HAVE_DECL_ETHER_NTOHOST) */ - #endif /* USER_ETHER_NTOHOST */ + #endif /* USE_ETHER_NTOHOST */ #endif /* _WIN32 */ #include <pcap.h> |