Skip to content

Commit

Permalink
fix compilation error for chess-jni
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolus committed Aug 30, 2014
1 parent 14d2caa commit 41d9558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified native/project/jni/chess
Binary file not shown.
2 changes: 1 addition & 1 deletion native/project/jni/chess-jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static JNINativeMethod sMethods[] = {
{"isLegalPosition", "()I", (void*)Java_jwtc_chess_JNI_isLegalPosition},
{"isAmbiguousCastle", "(II)I", (void*)Java_jwtc_chess_JNI_isAmbiguousCastle},
{"doCastleMove", "(II)I", (void*)Java_jwtc_chess_JNI_doCastleMove},
{"toFEN", "()Ljava/lang/String;", (void*)JNICALL Java_jwtc_chess_JNI_toFEN},
{"toFEN", "()Ljava/lang/String;", (void*)Java_jwtc_chess_JNI_toFEN},
{"removePiece", "(II)V", (void*)Java_jwtc_chess_JNI_removePiece},
{"getHashKey", "()J", (void*)Java_jwtc_chess_JNI_getHashKey},
{"loadDB", "(Ljava/lang/String;I)V", (void*)Java_jwtc_chess_JNI_loadDB},
Expand Down

0 comments on commit 41d9558

Please sign in to comment.