diff --git a/src/syzygy/tbprobe.cpp b/src/syzygy/tbprobe.cpp index 45e9dafc..f03523cc 100644 --- a/src/syzygy/tbprobe.cpp +++ b/src/syzygy/tbprobe.cpp @@ -1713,7 +1713,7 @@ WDLScore probe_ab(Position& pos, WDLScore alpha, WDLScore beta, int *success) } } - value = probe_wdl_table(pos, success); + value = probe_wdl_table(pos, success); // FIXME why this is not at the beginning? if (*success == 0) return WDLDraw;