crypt32: Move break statement to the correct spot.
This commit is contained in:
parent
4a34d8e642
commit
4b689fbbb5
|
@ -2110,9 +2110,9 @@ static BOOL WINAPI CRYPT_GetCertificateContextProperty(
|
|||
ret = TRUE;
|
||||
}
|
||||
found = TRUE;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!found)
|
||||
{
|
||||
/* Implicit properties */
|
||||
|
|
Loading…
Reference in New Issue