From dc0f97c6922b13fab34b58cee2370715d013cbc8 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 5 Sep 2008 13:58:27 +0300 Subject: Fix telephony_get_indicator parameter as well --- audio/telephony.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit