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,9 +2110,9 @@ static BOOL WINAPI CRYPT_GetCertificateContextProperty( ...@@ -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 */
......
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