Author: janderwald
Date: Thu Feb 16 14:52:57 2012
New Revision: 55635
URL:
http://svn.reactos.org/svn/reactos?rev=55635&view=rev
Log:
[USBEHCI]
- Fix build
Modified:
trunk/reactos/drivers/usb/usbehci/hub_controller.cpp
Modified: trunk/reactos/drivers/usb/usbehci/hub_controller.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbehci/hub_co…
==============================================================================
--- trunk/reactos/drivers/usb/usbehci/hub_controller.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbehci/hub_controller.cpp [iso-8859-1] Thu Feb 16 14:52:57
2012
@@ -1757,7 +1757,7 @@
//
// failed
//
- DPRINT1("[USBEHCI] failed to reset pipe %x\n", Status)
+ DPRINT1("[USBEHCI] failed to reset pipe %x\n", Status);
}