hfp_ag: Minor style tweak

This commit is contained in:
Denis Kenzior 2011-04-19 16:39:11 -05:00
parent 5dcab7b507
commit a7543913f4
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static void voicecall_watch(struct ofono_atom *atom,
NULL);
} else {
modems = g_list_remove(modems, modem);
if (modems == NULL && server != NULL) {
if (modems == NULL && server != NULL) {
bluetooth_unregister_server(server);
server = NULL;
}