fixed uninitialized variable warning

svn path=/trunk/; revision=20395
This commit is contained in:
Thomas Bluemel 2005-12-28 14:55:22 +00:00
parent 37faec1dc1
commit f1b42e60e0

View file

@ -866,7 +866,7 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
{
SP_DEVINSTALL_PARAMS_W install_params;
struct files_callback_info info;
HSPFILEQ queue;
HSPFILEQ queue = NULL;
BOOL use_custom_queue;
BOOL ret;