]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix #endif comment.
authorGuy Harris <[email protected]>
Mon, 22 Jan 2018 10:59:04 +0000 (02:59 -0800)
committerGuy Harris <[email protected]>
Mon, 22 Jan 2018 10:59:04 +0000 (02:59 -0800)
addrtoname.c

index f4d05e97b5a1ccfe0aa6b4a616dc03c6e10fe7da..03fd5a07f82e3b17273d04f9659f2ccd3f713682 100644 (file)
@@ -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>