Skip to content
Snippets Groups Projects
Commit 824cef02 authored by Martin Mareš's avatar Martin Mareš
Browse files

osd-alsa: Do not emit a blank line

With osdd2, the layout is spacious enough per se.
parent 5c759cd3
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,6 @@ static void show_mixer(void) ...@@ -126,7 +126,6 @@ static void show_mixer(void)
char buf[256]; char buf[256];
snprintf(buf, sizeof(buf), "%s volume", mixer_control); snprintf(buf, sizeof(buf), "%s volume", mixer_control);
osd_add_line(msg, NULL, buf); osd_add_line(msg, NULL, buf);
osd_add_line(msg, NULL, "");
if (muted) if (muted)
osd_add_line(msg, NULL, "[mute]"); osd_add_line(msg, NULL, "[mute]");
else if (min < max) else if (min < max)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment