Skip to content

Commit

Permalink
fix build typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprock committed Jun 2, 2024
1 parent 35e7562 commit f2e906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pokerstove/peval/CardSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1427,5 +1427,5 @@ CardSet CardSet::fromColex(size_t items, size_t count, size_t colex)
CardSet found(ONE64<<X);

// use the found card and recurse for the rest
return fromColex(X, K-1, V) | found
return fromColex(X, K-1, V) | found;
}

0 comments on commit f2e906b

Please sign in to comment.