diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-05 13:58:27 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-05 13:58:27 +0300 |
commit | dc0f97c6922b13fab34b58cee2370715d013cbc8 (patch) | |
tree | bdb585f1326b08dec5539ae4f91bfa9c2b4d4ed2 /audio | |
parent | 3fa62ccff84d7dcd719d3df2422a933f0fffe9f6 (diff) |
Fix telephony_get_indicator parameter as well
Diffstat (limited to 'audio')
-rw-r--r-- | audio/telephony.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony.h b/audio/telephony.h index 0f48b583..bdadb259 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -102,7 +102,7 @@ static inline int telephony_update_indicator(struct indicator *indicators, return telephony_event_ind(i); } -static inline int telephony_get_indicator(struct indicator *indicators, +static inline int telephony_get_indicator(const struct indicator *indicators, const char *desc) { int i; |