Commit d49c9d59 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Add missing break.

parent b82bfa34
......@@ -972,6 +972,7 @@ static BOOL compare_cert_by_cert_id(PCCERT_CONTEXT pCertContext, DWORD dwType,
}
else
ret = FALSE;
break;
}
default:
ret = FALSE;
......
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