Commit 4b689fbb authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Move break statement to the correct spot.

parent 4a34d8e6
......@@ -2110,8 +2110,8 @@ static BOOL WINAPI CRYPT_GetCertificateContextProperty(
ret = TRUE;
}
found = TRUE;
break;
}
break;
}
if (!found)
{
......
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