Fix previous commit false => FALSE

This commit is contained in:
Yann Diorcet 2013-07-09 11:03:20 +02:00
parent 4905f37344
commit 36c4b1523d

View file

@ -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)
{