Fix compilation (missing }).

This commit is contained in:
Ghislain MARY 2013-04-09 18:25:12 +02:00
parent 9bf2104524
commit 3d9d596202

View file

@ -2181,6 +2181,7 @@ void linphone_core_iterate(LinphoneCore *lc){
if (lp_config_needs_commit(lc->config)) {
lp_config_sync(lc->config);
}
}
}
/**