mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:16:18 +00:00
- Remove unneeded ";"
svn path=/trunk/; revision=53540
This commit is contained in:
parent
3fdf7a4109
commit
108b181a84
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ RtlpDphFreeDelayedBlocksFromHeap(PDPH_HEAP_ROOT DphRoot,
|
|||
|
||||
/* Traverse the list */
|
||||
Current = RtlpDphDelayedFreeQueue.Flink;
|
||||
while (Current != &RtlpDphDelayedFreeQueue);
|
||||
while (Current != &RtlpDphDelayedFreeQueue)
|
||||
{
|
||||
/* Get the next entry pointer */
|
||||
Next = Current->Flink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue