1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33: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:
Marco Costalba 2011-04-25 22:59:56 +01:00
parent 87f2b52ace
commit 03f4d1e8d6

View file

@ -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