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;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
found = TRUE;
|
found = TRUE;
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
/* Implicit properties */
|
/* Implicit properties */
|
||||||
|
|
Loading…
Reference in New Issue