mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00: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:
+1
-1
@@ -2084,7 +2084,7 @@ split_point_start: // At split points actual search starts from here
|
|||||||
firstCall = false;
|
firstCall = false;
|
||||||
|
|
||||||
return rm != Rml.end() ? rm->pv[0] : MOVE_NONE;
|
return rm != Rml.end() ? rm->pv[0] : MOVE_NONE;
|
||||||
};
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user