mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Add a missing VOID.
svn path=/trunk/; revision=35918
This commit is contained in:
@@ -142,7 +142,7 @@ BOOL PrepareService(LPCTSTR ServiceName)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
VOID FreeServices()
|
||||
VOID FreeServices(VOID)
|
||||
{
|
||||
while (FirstService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user