mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fixed build
This commit is contained in:
parent
4fc8137289
commit
480cca5f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ static void quality_reporting_interval_report_video_and_rtt(void) {
|
|||
|
||||
pauline_chat_room = linphone_call_get_chat_room(call_pauline);
|
||||
BC_ASSERT_PTR_NOT_NULL(pauline_chat_room);
|
||||
LinphoneChatMessage *rtt_message;
|
||||
LinphoneChatMessage *rtt_message = NULL;
|
||||
if (pauline_chat_room) {
|
||||
const char* message = "Lorem Ipsum Belledonnum Communicatum";
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue