[NTOSKRNL] Fix a typo I introduced in TRAP_DEBUG only code, spotted by Thomas
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 19 Oct 2013 11:40:00 +0000 (11:40 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 19 Oct 2013 11:40:00 +0000 (11:40 +0000)
svn path=/trunk/; revision=60702

reactos/ntoskrnl/include/internal/i386/trap_x.h

index ec8f0ba..d6081c2 100644 (file)
@@ -163,7 +163,7 @@ KiExitTrapDebugChecks(IN PKTRAP_FRAME TrapFrame,
     }
 
     /* Check DR values */
-    if (KiUserTrap(TrapFrame)
+    if (KiUserTrap(TrapFrame))
     {
         /* Check for active debugging */
         if (KeGetCurrentThread()->Header.DebugActive)