mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[CMLIB] Simplify an ASSERTMSG() as an ASSERT().
This commit is contained in:
committed by
Hermès Bélusca-Maïto
parent
d53991895d
commit
fb48381cb4
@@ -1285,7 +1285,7 @@ CmpSelectLeaf(IN PHHIVE Hive,
|
||||
if (!IndexKey)
|
||||
{
|
||||
/* Should not happen! */
|
||||
ASSERTMSG("IndexKey = NULL!, it should not happen!\n", FALSE);
|
||||
ASSERT(IndexKey != NULL);
|
||||
return HCELL_NIL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user