1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fixed another typo in a comment.

This commit is contained in:
ithilgore
2009-06-28 17:44:07 +00:00
parent aca370f88d
commit 5016893ab8

View File

@@ -1033,7 +1033,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) {
#ifdef WIN32 #ifdef WIN32
apcopy = ap; apcopy = ap;
#else #else
va_copy(apcopy, ap); /* Needed in case we need to so a second vsnprintf */ va_copy(apcopy, ap); /* Needed in case we need to do a second vsnprintf */
#endif #endif
l = logt; l = logt;
fileidx = 0; fileidx = 0;