Commit caf83eb8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

Also add a full stop to match the other ERR() messages in load_secondary_signatures().
parent 7a87da8f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment