voicecall: Minor style nitpick

This commit is contained in:
Denis Kenzior 2010-12-17 10:52:42 -06:00
parent af086533f0
commit b6facb43a1
1 changed files with 2 additions and 2 deletions

View File

@ -340,8 +340,8 @@ static gboolean voicecall_is_emergency(struct voicecall *v)
lineid_str = phone_number_to_string(&call->phone_number);
return (g_slist_find_custom(v->vc->en_list, lineid_str,
number_compare)) ? TRUE : FALSE;
return g_slist_find_custom(v->vc->en_list, lineid_str,
number_compare) ? TRUE : FALSE;
}
static void append_voicecall_properties(struct voicecall *v,