From eec47ba456a74fcd90a691c0facd48cfe000c21d Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Fri, 14 Apr 2017 11:27:20 +0200 Subject: [PATCH] fix typo --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index c495cb20a..4f7149ed6 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -1190,7 +1190,7 @@ static void sound_config_read(LinphoneCore *lc) } lc->sound_conf.latency=0; -#if TARGET_OS_IPHONE +#if !TARGET_OS_IPHONE tmp=TRUE; #else tmp=FALSE; /* on iOS we have builtin echo cancellation.*/