]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
fix mis-use of update_call in linphonec.
[linphone] / coreapi / linphonecore.c
index 431d3e37c6c2cf4f02fc1f74dedb692c75409949..93d0b8b801925a8075c671e3d5e869f5c8365f26 100644 (file)
@@ -4711,7 +4711,7 @@ int linphone_core_get_device_rotation(LinphoneCore *lc ) {
  *
 **/
 void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation) {
-ms_message("%s : rotation=%d\n", __FUNCTION__, rotation);
+       ms_message("%s : rotation=%d\n", __FUNCTION__, rotation);
        lc->device_rotation = rotation;
 #ifdef VIDEO_ENABLED
        LinphoneCall *call=linphone_core_get_current_call(lc);