Commit ed778bc8 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

cryptui/tests: Remove a dead assignment (LLVM/Clang).

parent 69fd8d52
......@@ -344,7 +344,7 @@ static void test_crypt_ui_wiz_import(void)
/* Brings up UI. Cancelling yields ret = 1. */
if (0)
{
ret = pCryptUIWizImport(0, 0, NULL, NULL, NULL);
pCryptUIWizImport(0, 0, NULL, NULL, NULL);
}
SetLastError(0xdeadbeef);
ret = pCryptUIWizImport(CRYPTUI_WIZ_NO_UI, 0, NULL, NULL, NULL);
......
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