wintrust: Add a trailing linefeed to an ERR() message.

Also add a full stop to match the other ERR() messages in
load_secondary_signatures().
This commit is contained in:
Francois Gouget 2022-10-20 17:31:49 +02:00 committed by Alexandre Julliard
parent 7a87da8fab
commit caf83eb802

View file

@ -855,7 +855,7 @@ static void load_secondary_signatures(CRYPT_PROVIDER_DATA *data, HCRYPTMSG msg)
if (!(s->rhSecondarySigs = data->psPfns->pfnAlloc(attrs->rgAttr[i].cValue * sizeof(*s->rhSecondarySigs))))
{
ERR("No memory");
ERR("No memory.\n");
goto done;
}
s->cSecondarySigs = 0;