mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
[USBHUB]
- Fix mingw build svn path=/branches/usb-bringup-trunk/; revision=55521
This commit is contained in:
parent
d54653187b
commit
b5c9d47586
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* PROJECT: ReactOS Universal Serial Bus Hub Driver
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: drivers/usb/usbhub/fdo.c
|
||||
|
@ -1056,7 +1056,7 @@ CreateDeviceIds(
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("USBHUB: GetUsbStringDescriptor failed with status %x\n", Status);
|
||||
RtlInitUnicodeString(&UsbChildExtension->usTextDescription, "");
|
||||
RtlInitUnicodeString(&UsbChildExtension->usTextDescription, L"");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue