projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
87f2b52
)
Fix a compile error with gcc
author
Marco Costalba
<mcostalba@gmail.com>
Mon, 25 Apr 2011 21:59:56 +0000 (22:59 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Mon, 25 Apr 2011 21:59:56 +0000 (22:59 +0100)
It seems gcc does not like an extra semicolon.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
c83de56
..
26cceeb
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-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