summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 16:10:53 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 16:10:53 +0300
commit7e549a90251c90ae0ff659ae5bef3aa58f843702 (patch)
tree1cc304c0806354079df6bb748e51c81199454e80 /audio/telephony-dummy.c
parent7efc4a093324169cbcaef10e584f0d0dc40ed5ef (diff)
Make telephony_ready name consistent with the other functions
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 9cc0f4db..a67d3a5f 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -271,7 +271,7 @@ int telephony_init(void)
dummy_methods, NULL,
NULL, NULL, NULL);
- telephony_ready(features, dummy_indicators, response_and_hold);
+ telephony_ready_ind(features, dummy_indicators, response_and_hold);
return 0;
}