mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
id3tag: Remove trailing whitespace
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1331>
This commit is contained in:
parent
6cad2a7150
commit
b1c74609e8
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ add_comment_tag (GstId3v2Tag * id3v2tag, const GstTagList * list,
|
|||
val = g_strdup (s);
|
||||
}
|
||||
|
||||
/* If we don't have a valid language, match what taglib does for
|
||||
/* If we don't have a valid language, match what taglib does for
|
||||
unknown languages */
|
||||
if (!lang || strlen (lang) < 3)
|
||||
lang = g_strdup ("XXX");
|
||||
|
|
Loading…
Reference in a new issue