forked from mirrors/linphone-iphone
Fix compilation error.
This commit is contained in:
parent
3176715fd9
commit
e7db154574
1 changed files with 1 additions and 0 deletions
|
|
@ -1045,6 +1045,7 @@ const char* linphone_chat_message_state_to_string(const LinphoneChatMessageState
|
|||
case LinphoneChatMessageStateFileTransferError:return "LinphoneChatMessageStateFileTransferError";
|
||||
case LinphoneChatMessageStateFileTransferDone: return "LinphoneChatMessageStateFileTransferDone ";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
LinphoneChatRoom* linphone_chat_message_get_chat_room(LinphoneChatMessage *msg){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue