mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 11:39:03 +00:00
fix some typos in comments I found while reading Nbase's code
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
#define NBASE_WINCONFIG_H
|
||||
//This disables the warning 4800 http://msdn.microsoft.com/en-us/library/b6801kcy(v=vs.71).aspx
|
||||
#pragma warning(disable : 4800)
|
||||
/* It doesn't really have strucct IP, but we use a different one instead
|
||||
/* It doesn't really have struct IP, but we use a different one instead
|
||||
of the one that comes with Nmap */
|
||||
#define HAVE_STRUCT_IP 1
|
||||
/* #define HAVE_STRUCT_ICMP 1 */
|
||||
|
||||
Reference in New Issue
Block a user