From f2bbfa40e52f21c74e259afe92c219f3a1bd3e4c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 12 Oct 2014 11:28:31 +0200 Subject: [PATCH] profile: cosmetic code list change --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index 7c4abda6..19a88ff2 100644 --- a/src/profile.c +++ b/src/profile.c @@ -639,7 +639,7 @@ profile_class_codec_list(int (*check)(int sct)) continue; s2 = htsmsg_get_str(m, "long_name"); if (s2) - snprintf(buf, sizeof(buf), "%s (%s)", s, s2); + snprintf(buf, sizeof(buf), "%s: %s", s, s2); else snprintf(buf, sizeof(buf), "%s", s); e = htsmsg_create_map();