X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.h;h=73c831006bfad7994adb9ba693d8dd7ccdf20730;hb=5a88c5bb9b3e5ee431ac85abb8981b1571b68b2d;hp=f6db85c4226d6f7964fbd54bc0d2bdb0eb125e16;hpb=31acd6bab70f4661316986c2c93163d39736fd61;p=stockfish diff --git a/src/material.h b/src/material.h index f6db85c4..73c83100 100644 --- a/src/material.h +++ b/src/material.h @@ -28,7 +28,7 @@ namespace Stockfish::Material { /// Material::Entry contains various information about a material configuration. /// It contains a material imbalance evaluation, a function pointer to a special -/// endgame evaluation function (which in most cases is NULL, meaning that the +/// endgame evaluation function (which in most cases is nullptr, meaning that the /// standard evaluation function will be used), and scale factors. /// /// The scale factors are used to scale the evaluation score up or down. For