Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: cosmetic code list change
  • Loading branch information
perexg committed Oct 12, 2014
1 parent 9ca0248 commit f2bbfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -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();
Expand Down

0 comments on commit f2bbfa4

Please sign in to comment.