diff --git a/src/ScreenOptionsEditProfile.cpp b/src/ScreenOptionsEditProfile.cpp index fc5422457c..72e67ec124 100644 --- a/src/ScreenOptionsEditProfile.cpp +++ b/src/ScreenOptionsEditProfile.cpp @@ -128,7 +128,7 @@ void ScreenOptionsEditProfile::ProcessMenuStart( const InputEventPlus &input ) if( IsTransitioning() ) return; - int iRow = GetCurrentRow();; + int iRow = GetCurrentRow(); //OptionRow &row = *m_pRows[iRow]; switch( iRow )