ntdll: Fix a compiler warning.

This commit is contained in:
Alexandre Julliard 2007-07-30 14:46:09 +02:00
parent 44639b326b
commit b67b66d7b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;