mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Fix a compile error with gcc
It seems gcc does not like an extra semicolon. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -2084,7 +2084,7 @@ split_point_start: // At split points actual search starts from here
|
||||
firstCall = false;
|
||||
|
||||
return rm != Rml.end() ? rm->pv[0] : MOVE_NONE;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user