crypt32: Add missing break.

oldstable
Juan Lang 2007-08-13 14:30:29 -07:00 committed by Alexandre Julliard
parent b82bfa3455
commit d49c9d59d1
1 changed files with 1 additions and 0 deletions

View File

@ -972,6 +972,7 @@ static BOOL compare_cert_by_cert_id(PCCERT_CONTEXT pCertContext, DWORD dwType,
}
else
ret = FALSE;
break;
}
default:
ret = FALSE;