From c764afab71ddc1a69fb9f8a9901f40575e771bc1 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 9 Apr 2013 18:25:12 +0200 Subject: [PATCH] Fix compilation (missing }). --- coreapi/linphonecore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 5f70f45e..cb180883 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -2181,6 +2181,7 @@ void linphone_core_iterate(LinphoneCore *lc){ if (lp_config_needs_commit(lc->config)) { lp_config_sync(lc->config); } + } } /** -- 2.39.2