summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 13:58:27 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 13:58:27 +0300
commitdc0f97c6922b13fab34b58cee2370715d013cbc8 (patch)
treebdb585f1326b08dec5539ae4f91bfa9c2b4d4ed2
parent3fa62ccff84d7dcd719d3df2422a933f0fffe9f6 (diff)
Fix telephony_get_indicator parameter as well
-rw-r--r--audio/telephony.h2
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;