From fb4e1387e5aaff9b86b4a679bbc8ad6eddd4901c Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 19 Apr 2012 10:06:01 +0200 Subject: [PATCH] Fix typo --- Classes/MainScreenWithVideoPreview.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/MainScreenWithVideoPreview.m b/Classes/MainScreenWithVideoPreview.m index a820849f5..fe7f7dddb 100644 --- a/Classes/MainScreenWithVideoPreview.m +++ b/Classes/MainScreenWithVideoPreview.m @@ -117,7 +117,7 @@ if (enableVideo) { LinphoneCall* call = linphone_core_get_current_call([LinphoneManager getLc]); - v if (show && call && linphone_call_params_video_enabled(linphone_call_get_current_params(call))) { + if (show && call && linphone_call_params_video_enabled(linphone_call_get_current_params(call))) { return; }