mountmgr.sys: Avoid a compiler warning on older gcc.

oldstable
Alexandre Julliard 2008-12-04 14:32:21 +01:00
parent 180f74afcd
commit 5606bf4df4
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static NTSTATUS query_unix_drive( const void *in_buff, SIZE_T insize,
const char *device, *mount_point;
int letter = tolowerW( input->letter );
NTSTATUS status;
DWORD size, type;
DWORD size, type = DEVICE_UNKNOWN;
enum device_type device_type;
char *ptr;