Commit 2c5f05b8 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

comctl32/tests: Remove a dead assignment from dpa.c (Cppcheck).

parent 2ccd55e5
......@@ -271,7 +271,7 @@ static void test_dpa(void)
ok(rc, "dw2=0x%x\n", dw2);
/* Clone into an old DPA */
p = NULL; SetLastError(ERROR_SUCCESS);
SetLastError(ERROR_SUCCESS);
p = pDPA_Clone(dpa, dpa3);
ok(p == dpa3, "p=%p\n", p);
rc=CheckDPA(dpa3, 0x123456, &dw3);
......
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