mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
Whitespace fixup
This commit is contained in:
parent
a981fa0a45
commit
97433dc5ef
@ -199,7 +199,7 @@ fixup_tags(struct media_file_info *mfi)
|
||||
{
|
||||
if (mfi->orchestra && mfi->conductor)
|
||||
{
|
||||
len = strlen(mfi->orchestra) + strlen(sep) + strlen(mfi ->conductor);
|
||||
len = strlen(mfi->orchestra) + strlen(sep) + strlen(mfi->conductor);
|
||||
tag = (char *)malloc(len + 1);
|
||||
if (tag)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user