Coding-style fix

This commit is contained in:
Julien BLACHE 2010-07-16 18:36:09 +02:00
parent 3cbca1dd07
commit 4544dc152b

View File

@ -731,7 +731,7 @@ mdns_deinit(void)
free(mb);
}
if (mdns_client != NULL)
if (mdns_client)
avahi_client_free(mdns_client);
}