From 36c4b1523df6d9e14431a26da2c84fc257be1a71 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Tue, 9 Jul 2013 11:03:20 +0200 Subject: [PATCH] Fix previous commit false => FALSE --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 76ce57b88..93b3b6c14 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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) {