Fix compiler warning.

svn path=/trunk/; revision=13189
This commit is contained in:
Gregor Anich 2005-01-21 17:24:34 +00:00
parent a016befb78
commit 955bb3e32e

View file

@ -51,7 +51,7 @@ ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
NTSTATUS Status = STATUS_SUCCESS;
/* at least one output parameter must be != NULL! */
ASSERT((ULONG_PTR)CapturedObjectAttributes ^ (ULONG_PTR)ObjectName != 0);
ASSERT(((ULONG_PTR)CapturedObjectAttributes ^ (ULONG_PTR)ObjectName) != 0);
if(ObjectAttributes == NULL)
{