From: Jaroslav Kysela Date: Sun, 12 Oct 2014 09:28:31 +0000 (+0200) Subject: profile: cosmetic code list change X-Git-Tag: v4.1~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2bbfa40e52f21c74e259afe92c219f3a1bd3e4c;p=thirdparty%2Ftvheadend.git profile: cosmetic code list change --- diff --git a/src/profile.c b/src/profile.c index 7c4abda60..19a88ff2c 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();