mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
fix formatting -- no code change
This commit is contained in:
parent
ded7ffc6fe
commit
7b985fcbae
1 changed files with 17 additions and 15 deletions
|
@ -315,7 +315,8 @@ public class GameUtils {
|
|||
gamePtr = XwJNI.initJNI();
|
||||
|
||||
String langName = gi.langName();
|
||||
boolean madeGame = XwJNI.game_makeFromStream( gamePtr, stream,
|
||||
boolean madeGame =
|
||||
XwJNI.game_makeFromStream( gamePtr, stream,
|
||||
JNIUtilsImpl.get(), gi,
|
||||
dictNames, pairs.m_bytes,
|
||||
pairs.m_paths, langName,
|
||||
|
@ -324,7 +325,8 @@ public class GameUtils {
|
|||
if ( !madeGame ) {
|
||||
XwJNI.game_makeNewGame( gamePtr, gi, JNIUtilsImpl.get(),
|
||||
CommonPrefs.get(context), dictNames,
|
||||
pairs.m_bytes, pairs.m_paths, langName );
|
||||
pairs.m_bytes, pairs.m_paths,
|
||||
langName );
|
||||
}
|
||||
}
|
||||
return gamePtr;
|
||||
|
|
Loading…
Reference in a new issue