remove extra semicolon

This commit is contained in:
AJ Kelly
2011-02-27 00:51:40 -06:00
parent 8b9195368a
commit 83b4aff301
+1 -1
View File
@@ -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 )