fix compiling

svn path=/trunk/; revision=15404
This commit is contained in:
Alex Ionescu 2005-05-19 01:46:49 +00:00
parent 5d4d912efd
commit c6eb354e8b

View file

@ -60,7 +60,7 @@ IoGetDeviceProperty(
{
PDEVICE_NODE DeviceNode = IopGetDeviceNode(DeviceObject);
ULONG Length;
PVOID Data;
PVOID Data = NULL;
PWSTR Ptr;
DPRINT("IoGetDeviceProperty(%x %d)\n", DeviceObject, DeviceProperty);