1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 11:59:03 +00:00

Get rid of double newline at the EOF I accidentally introduced in the

last commit.
This commit is contained in:
d33tah
2014-06-18 11:30:02 +00:00
parent e3d1c178e3
commit 421176fc00
45 changed files with 0 additions and 45 deletions

View File

@@ -2683,4 +2683,3 @@ void nmap_nsock_stderr_logger(nsock_pool nsp, const struct nsock_log_rec *rec) {
log_write(LOG_STDERR, "NSOCK %s [%.4fs] %s(): %s\n", nslog2str(rec->level),
elapsed_time/1000.0, rec->func, rec->msg);
}