[ros-diffs] [fireball] 39621: - Fix small formatting leftover from r39422.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Feb 16 12:18:38 CET 2009


Author: fireball
Date: Mon Feb 16 05:18:37 2009
New Revision: 39621

URL: http://svn.reactos.org/svn/reactos?rev=39621&view=rev
Log:
- Fix small formatting leftover from r39422.

Modified:
    trunk/reactos/ntoskrnl/config/cmkcbncb.c

Modified: trunk/reactos/ntoskrnl/config/cmkcbncb.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/cmkcbncb.c?rev=39621&r1=39620&r2=39621&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/config/cmkcbncb.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/config/cmkcbncb.c [iso-8859-1] Mon Feb 16 05:18:37 2009
@@ -196,7 +196,7 @@
         Ncb = CONTAINING_RECORD(HashEntry, CM_NAME_CONTROL_BLOCK, NameHash);
 
         /* Check if the hash matches */
-        if (ConvKey == HashEntry->ConvKey && Length == Ncb->NameLength)
+        if ((ConvKey == HashEntry->ConvKey) && (Length == Ncb->NameLength))
         {
             /* Assume success */
             Found = TRUE;



More information about the Ros-diffs mailing list