1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Remove an excess space in output

This commit is contained in:
fyodor
2010-12-08 08:02:22 +00:00
parent 44c37eb3d2
commit e9697cb936

View File

@@ -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, ", ");