]> sjero.net Git - linphone/blobdiff - coreapi/chat.c
work in progress: chat, new ui blabla
[linphone] / coreapi / chat.c
index 941cce423c45c15a2f524fe737612f402345cd61..2aca72ff841d4d7820f47060c3d9d65716c7c995 100644 (file)
@@ -245,4 +245,4 @@ LinphoneChatMessage* linphone_chat_message_clone(const LinphoneChatMessage* msg)
        new_message->cb=msg->cb;
        if (msg->from) new_message->from=linphone_address_clone(msg->from);
        return new_message;
-}
\ No newline at end of file
+}