diff options
Diffstat (limited to 'source/components/namespace/nsalloc.c')
-rw-r--r-- | source/components/namespace/nsalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/namespace/nsalloc.c b/source/components/namespace/nsalloc.c index 6610c7f3b750..e75648717ec0 100644 --- a/source/components/namespace/nsalloc.c +++ b/source/components/namespace/nsalloc.c @@ -481,7 +481,7 @@ AcpiNsDeleteChildren ( NodeToDelete = NextNode; NextNode = NextNode->Peer; AcpiNsDeleteNode (NodeToDelete); - }; + } /* Clear the parent's child pointer */ |