From: Martin Mares Date: Sun, 22 Jun 2014 13:13:20 +0000 (+0200) Subject: osd-alsa: Do not emit a blank line X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=824cef024dae8ce3aac85219a28d2538e6c716d6;p=osdd.git osd-alsa: Do not emit a blank line With osdd2, the layout is spacious enough per se. --- diff --git a/osd-alsa.c b/osd-alsa.c index 161924d..86155a3 100644 --- a/osd-alsa.c +++ b/osd-alsa.c @@ -126,7 +126,6 @@ static void show_mixer(void) char buf[256]; snprintf(buf, sizeof(buf), "%s volume", mixer_control); osd_add_line(msg, NULL, buf); - osd_add_line(msg, NULL, ""); if (muted) osd_add_line(msg, NULL, "[mute]"); else if (min < max)