diff options
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> |