Commit e02d441e authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

crypt32: Remove useless cast to self.

parent 4749fa67
......@@ -2582,7 +2582,7 @@ static BOOL CRYPT_AsnDecodeUnicodeString(const BYTE *pbEncoded,
if (dataLen)
{
DWORD i;
LPWSTR str = *(LPWSTR *)pStr;
LPWSTR str = *pStr;
assert(str);
switch (pbEncoded[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