diff options
-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; |