mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
- Fix GCC compile bug.
svn path=/trunk/; revision=24545
This commit is contained in:
parent
d403bc14c4
commit
a18f3458b2
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ RtlLookupElementGenericTable(IN PRTL_GENERIC_TABLE Table,
|
||||||
/* Call the full version */
|
/* Call the full version */
|
||||||
return RtlLookupElementGenericTableFull(Table,
|
return RtlLookupElementGenericTableFull(Table,
|
||||||
Buffer,
|
Buffer,
|
||||||
&NodeOrParent,
|
(PVOID)&NodeOrParent,
|
||||||
&Result);
|
&Result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue