mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Coding-style fix
This commit is contained in:
parent
3cbca1dd07
commit
4544dc152b
@ -731,7 +731,7 @@ mdns_deinit(void)
|
||||
free(mb);
|
||||
}
|
||||
|
||||
if (mdns_client != NULL)
|
||||
if (mdns_client)
|
||||
avahi_client_free(mdns_client);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user