mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fx build second try
svn path=/trunk/; revision=56251
This commit is contained in:
parent
045a6568ce
commit
2657db262e
1 changed files with 1 additions and 2 deletions
|
@ -205,7 +205,6 @@ RtlpRebalanceAvlTreeNode(IN PRTL_BALANCED_LINKS Node)
|
||||||
|
|
||||||
#ifdef PRTL_BALANCED_LINKS
|
#ifdef PRTL_BALANCED_LINKS
|
||||||
void
|
void
|
||||||
FORCEINLINE
|
|
||||||
Indent(ULONG Level)
|
Indent(ULONG Level)
|
||||||
{
|
{
|
||||||
while (Level--)
|
while (Level--)
|
||||||
|
@ -214,7 +213,7 @@ Indent(ULONG Level)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static VOID
|
VOID
|
||||||
DbgDumpAvlNodes(
|
DbgDumpAvlNodes(
|
||||||
PRTL_BALANCED_LINKS Node,
|
PRTL_BALANCED_LINKS Node,
|
||||||
ULONG Level)
|
ULONG Level)
|
||||||
|
|
Loading…
Reference in a new issue