crypt32: Move break statement to the correct spot.

This commit is contained in:
Juan Lang 2006-02-10 14:50:00 +01:00 committed by Alexandre Julliard
parent 4a34d8e642
commit 4b689fbbb5
1 changed files with 1 additions and 1 deletions

View File

@ -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 */