1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

o Fix a bunch of warning/error messages which contained an extra

newline.  Thanks to Brandon Enright for the patch.
This commit is contained in:
fyodor
2007-12-21 03:38:04 +00:00
parent c0bd7ac21b
commit 09512ff092
12 changed files with 33 additions and 29 deletions

View File

@@ -2787,7 +2787,7 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, char *file) {
}
if (foundsomething && o.debugging > 1)
error("Fetchfile found %s\n", filename_returned);
error("Fetchfile found %s", filename_returned);
return foundsomething;