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,8 +255,10 @@ void RunModeListRunmodes(void)
if (mode_displayed == 0) if (mode_displayed == 0)
mode_displayed = 1; mode_displayed = 1;
} }
printf("|-----------------------------------------------------------------" if (mode_displayed == 1) {
"-----------------------\n"); printf("|-----------------------------------------------------------------"
"-----------------------\n");
}
} }
return; return;

Loading…
Cancel
Save