mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix previous commit false => FALSE
This commit is contained in:
parent
4905f37344
commit
36c4b1523d
1 changed files with 1 additions and 1 deletions
|
|
@ -5276,7 +5276,7 @@ LpConfig *linphone_core_get_config(LinphoneCore *lc){
|
|||
static void linphone_core_uninit(LinphoneCore *lc)
|
||||
{
|
||||
linphone_core_free_hooks(lc);
|
||||
lc->video_conf.show_local = false;
|
||||
lc->video_conf.show_local = FALSE;
|
||||
|
||||
while(lc->calls)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue