Fix build.

This commit is contained in:
Ghislain MARY 2017-02-01 13:38:16 +01:00
parent e389e34c7e
commit d398c2c619

View file

@ -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) {