mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
oops -- missing semicolon.
This commit is contained in:
parent
c38e3593fb
commit
56fd01a05b
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public class GameSummary {
|
|||
{
|
||||
String[] names = null;
|
||||
if ( null != m_gi ) {
|
||||
names = m_gi.visibleNames()
|
||||
names = m_gi.visibleNames();
|
||||
} else if ( null != m_playersSummary ) {
|
||||
names = TextUtils.split( m_playersSummary, "\n" );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue