mirror of
https://github.com/nmap/nmap.git
synced 2026-06-13 19:49:43 +00:00
Remove an excess space in output
This commit is contained in:
parent
44c37eb3d2
commit
e9697cb936
1 changed files with 1 additions and 1 deletions
|
|
@ -1549,7 +1549,7 @@ static void printosclassificationoutput(const struct
|
|||
log_write(LOG_PLAIN, "Device type: ");
|
||||
for (classno = 0; classno < numtypes; classno++)
|
||||
log_write(LOG_PLAIN, "%s%s", types[classno], (classno < numtypes - 1) ? "|" : "");
|
||||
log_write(LOG_PLAIN, "\nRunning%s: ", (familyaccuracy[0] < 1.0) ? " (JUST GUESSING) " : "");
|
||||
log_write(LOG_PLAIN, "\nRunning%s: ", (familyaccuracy[0] < 1.0) ? " (JUST GUESSING)" : "");
|
||||
for (familyno = 0; familyno < numfamilies; familyno++) {
|
||||
if (familyno > 0)
|
||||
log_write(LOG_PLAIN, ", ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue