Commit d2805206 authored by Alexandre Julliard's avatar Alexandre Julliard

shell32/tests: Use NULL for a null pointer.

parent 65180fb2
......@@ -2429,7 +2429,7 @@ static void test_unicode(void)
shfoW.hwnd = NULL;
shfoW.wFunc = FO_DELETE;
shfoW.pFrom = UNICODE_PATH;
shfoW.pTo = '\0';
shfoW.pTo = NULL;
shfoW.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI;
shfoW.hNameMappings = NULL;
shfoW.lpszProgressTitle = 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