]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: cosmetic code list change
authorJaroslav Kysela <perex@perex.cz>
Sun, 12 Oct 2014 09:28:31 +0000 (11:28 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 12 Oct 2014 09:28:31 +0000 (11:28 +0200)
src/profile.c

index 7c4abda60511b1be0eed2a2d0779d1af75108281..19a88ff2c9232f0a7a487e139bf5a2c9cd4d3c27 100644 (file)
@@ -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();