fix typos

This commit is contained in:
ehouse 2010-01-12 13:47:17 +00:00
parent 14372216d0
commit 21b3b29eab
2 changed files with 3 additions and 3 deletions

View file

@ -281,8 +281,8 @@ public class BoardActivity extends Activity implements XW_UtilCtxt, Runnable {
public void remSelected() {
// Send a message to the main thread or follow the docs to add
// a looper inside JNIThread::run()
XP_LOGF( "remSelected() can't call notImpl() as hasn't "
+ "called Looper.prepare()" );
Utils.logf( "remSelected() can't call notImpl() as hasn't "
+ "called Looper.prepare()" );
// Utils.notImpl( this );
}

View file

@ -146,7 +146,7 @@ public class JNIThread extends Thread {
case CMD_NEXT_HINT:
draw = XwJNI.board_requestHint( m_jniGamePtr, false, barr );
if ( barr[0] ) {
handle( CMD_NEXT_HINT );
handle( JNICmd.CMD_NEXT_HINT );
}
break;