]> sjero.net Git - linphone/commitdiff
Fix compilation (missing }).
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 9 Apr 2013 16:25:12 +0000 (18:25 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 9 Apr 2013 16:25:19 +0000 (18:25 +0200)
coreapi/linphonecore.c

index 5f70f45e158e1a6fd08d64226aa2a0def26c21df..cb180883636398e2ee29158c7d644254c6eb9c26 100644 (file)
@@ -2181,6 +2181,7 @@ void linphone_core_iterate(LinphoneCore *lc){
                if (lp_config_needs_commit(lc->config)) {
                        lp_config_sync(lc->config);
                }
+       }
 }
 
 /**