Skip to content

Commit

Permalink
fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cab committed Feb 10, 2024
1 parent 4361f34 commit 96169a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffishjs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ namespace ffish {
Board::sfInitialized = true;
}

int captures_type(std::string uciVariant) {
int capture_type(std::string uciVariant) {
const Variant* v = get_variant(uciVariant);
return (int) v->captureType;
}
Expand Down

0 comments on commit 96169a8

Please sign in to comment.