Commit 2050c469 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Added missing LF in trace.

parent 195ec47f
......@@ -150,7 +150,7 @@ static BOOL CALLBACK CRYPT_VerifyImage(LPCSTR lpszImage, BYTE* pData)
return FALSE;
}
FIXME("(%s, %p): not verifying image", lpszImage, pData);
FIXME("(%s, %p): not verifying image\n", lpszImage, pData);
return TRUE;
}
......
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