[ros-diffs] [sginsberg] 35429: - Fix a typo (and build)

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Mon Aug 18 15:33:41 CEST 2008


Author: sginsberg
Date: Mon Aug 18 08:33:40 2008
New Revision: 35429

URL: http://svn.reactos.org/svn/reactos?rev=35429&view=rev
Log:
- Fix a typo (and build)

Modified:
    trunk/reactos/ntoskrnl/io/pnpmgr/pnpreport.c

Modified: trunk/reactos/ntoskrnl/io/pnpmgr/pnpreport.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/pnpmgr/pnpreport.c?rev=35429&r1=35428&r2=35429&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/pnpmgr/pnpreport.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/pnpmgr/pnpreport.c [iso-8859-1] Mon Aug 18 08:33:40 2008
@@ -128,7 +128,7 @@
     /* Call the asynchronous version */
     Status = IoReportTargetDeviceChangeAsynchronous(PhysicalDeviceObject,
                                                     NotificationStructure,
-                                                    IopClearEvent,
+                                                    IopSetEvent,
                                                     &Event);
 
     /* Only wait if we succeeded */



More information about the Ros-diffs mailing list