mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fix build.
This commit is contained in:
parent
e389e34c7e
commit
d398c2c619
1 changed files with 1 additions and 4 deletions
|
|
@ -1472,10 +1472,7 @@ void linphone_chat_message_set_is_secured(LinphoneChatMessage *msg, bool_t secur
|
|||
}
|
||||
|
||||
bool_t linphone_chat_message_is_secured(LinphoneChatMessage *msg) {
|
||||
if(msg) {
|
||||
return msg->is_secured;
|
||||
}
|
||||
return NULL;
|
||||
return msg->is_secured;
|
||||
}
|
||||
|
||||
LinphoneAddress *linphone_chat_message_get_local_address(const LinphoneChatMessage *msg) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue