[USBHUB]
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 9 Feb 2012 21:37:37 +0000 (21:37 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 9 Feb 2012 21:37:37 +0000 (21:37 +0000)
- Fix mingw build

svn path=/branches/usb-bringup-trunk/; revision=55521

drivers/usb/usbhub_new/fdo.c

index 735911f..7a98561 100644 (file)
@@ -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
         {