Commit b67b66d7 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Fix a compiler warning.

parent 44639b32
......@@ -1679,7 +1679,7 @@ static NTSTATUS find_dll_file( const WCHAR *load_path, const WCHAR *libname,
if (!contains_path( libname ))
{
NTSTATUS status;
WCHAR *fullname;
WCHAR *fullname = NULL;
if ((*pwm = find_basename_module( libname )) != NULL) goto found;
......
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