runmodes: improve listing output

This patch removes some multiple line displayed before the
information about unix socket mode.
pull/1401/head
Eric Leblond 12 years ago
parent 9fb82390ab
commit 605ef33972

@ -255,9 +255,11 @@ void RunModeListRunmodes(void)
if (mode_displayed == 0) if (mode_displayed == 0)
mode_displayed = 1; mode_displayed = 1;
} }
if (mode_displayed == 1) {
printf("|-----------------------------------------------------------------" printf("|-----------------------------------------------------------------"
"-----------------------\n"); "-----------------------\n");
} }
}
return; return;
} }

Loading…
Cancel
Save