From: Minkyu Kang Date: Sat, 14 Feb 2015 15:54:58 +0000 (+0900) Subject: videodata: fix typo X-Git-Tag: accepted/tizen/tv/20150217.115706^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4018a49c7e69bce53c3ccdaedf4983d6101a2919;p=profile%2Ftv%2Fapps%2Fnative%2Fvideoplayer.git videodata: fix typo Change-Id: I689244ff7712343092cdcfb722cf0361c09835af Signed-off-by: Minkyu Kang --- diff --git a/src/videodata.cpp b/src/videodata.cpp index 182953f..1dd053c 100644 --- a/src/videodata.cpp +++ b/src/videodata.cpp @@ -93,5 +93,5 @@ int CVideoData::GetWidth(void) int CVideoData::GetHeight(void) { - return width; + return height; }