mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Remove unneeded ";"
svn path=/trunk/; revision=53540
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user