From 6b60db25d6905bf516f1551c6f1853b3d57807b1 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 20 Feb 2011 12:53:57 -0600 Subject: [PATCH] small cleanup --- src/OptionRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OptionRow.cpp b/src/OptionRow.cpp index 98b3204bc8..24dfaf752a 100644 --- a/src/OptionRow.cpp +++ b/src/OptionRow.cpp @@ -732,7 +732,7 @@ int OptionRow::GetChoiceInRowWithFocus( PlayerNumber pn ) const if( m_pHand->m_Def.m_vsChoices.empty() ) return -1; int iChoice = m_iChoiceInRowWithFocus[pn]; - return iChoice; + return iChoice; } int OptionRow::GetChoiceInRowWithFocusShared() const