Skip to content

Commit

Permalink
Fix missing ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim26 authored May 6, 2024
1 parent 755f639 commit 0b20d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Position;

namespace Eval {

constexpr inline int SmallNetThreshold = 4 * PawnValue //= 1274;
constexpr inline int SmallNetThreshold = 4 * PawnValue; //= 1274;

// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
// for the build process (profile-build and fishtest) to work. Do not change the
Expand Down

0 comments on commit 0b20d0e

Please sign in to comment.