mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 10:40:21 +00:00
ALSA - move dev description to one line (easier to parse within GUI)
This commit is contained in:
@@ -182,10 +182,11 @@ void audio_play_alsa_help(const char *driver_name)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 30 - (int) strlen(name); ++i) putchar(' ');
|
||||
printf(" : %s\n", desc_short);
|
||||
printf(" : %s", desc_short);
|
||||
if(desc_long) {
|
||||
printf("\t\t\t\t\t\t%s\n", desc_long);
|
||||
printf(" - %s", desc_long);
|
||||
}
|
||||
printf("\n");
|
||||
hints++;
|
||||
free(tmp);
|
||||
free(name);
|
||||
|
||||
Reference in New Issue
Block a user