From 241797b294e8071cc98692530ee46ce40e68c998 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Francisco=20Siebel?= <jfsiebel@gmail.com>
Date: Mon, 18 Jun 2018 09:44:22 -0300
Subject: [PATCH] Remove typo

---
 .../src/org/bigbluebutton/air/common/views/IOSVideoView.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/flash/air-client/src/org/bigbluebutton/air/common/views/IOSVideoView.as b/clients/flash/air-client/src/org/bigbluebutton/air/common/views/IOSVideoView.as
index da9887bfe7..fe2c9254b2 100755
--- a/clients/flash/air-client/src/org/bigbluebutton/air/common/views/IOSVideoView.as
+++ b/clients/flash/air-client/src/org/bigbluebutton/air/common/views/IOSVideoView.as
@@ -74,7 +74,7 @@ package org.bigbluebutton.air.common.views
 				resizeForPortrait();
 			}
 		}
-		0
+
 		public function resizeForPortrait():void {
 			// if we have device where screen width less than screen height e.g. phone
 			if (width < height) {
-- 
GitLab