mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +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:
parent
87f2b52ace
commit
03f4d1e8d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue