From e7db1545745344aeb7077d8e3d432dcdf2018f8f Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 15 Jun 2015 15:56:36 +0200 Subject: [PATCH] Fix compilation error. --- coreapi/chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/chat.c b/coreapi/chat.c index c22d7538b..81a35cc7f 100644 --- a/coreapi/chat.c +++ b/coreapi/chat.c @@ -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){