Commit a2818db0 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

comctl32/tests: Remove a dead assignment in misc.c (Cppcheck).

parent f4a13b9f
......@@ -75,7 +75,7 @@ static void test_GetPtrAW(void)
static char dest[MAX_PATH];
int sourcelen;
int destsize = MAX_PATH;
int count = -1;
int count;
sourcelen = strlen(source) + 1;
......
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