summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-12-17 10:52:42 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-12-17 10:52:42 -0600
commitb6facb43a1af1dfd08ab2e5d1886adce11fb24b8 (patch)
tree8ec4ab0e22f2c4fc3df6fff5b08cd1bc864a8102 /src/voicecall.c
parentaf086533f0fce876c948f1fb542ffea9ee70481e (diff)
downloadofono-b6facb43a1af1dfd08ab2e5d1886adce11fb24b8.tar.bz2
voicecall: Minor style nitpick
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index 78a11918..97fc36b8 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -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,