Add a missing VOID.

svn path=/trunk/; revision=35918
This commit is contained in:
Eric Kohl 2008-09-03 21:51:21 +00:00
parent 8b5c9f03e4
commit 0f370b9bf7

View file

@ -142,7 +142,7 @@ BOOL PrepareService(LPCTSTR ServiceName)
return TRUE; return TRUE;
} }
VOID FreeServices() VOID FreeServices(VOID)
{ {
while (FirstService) while (FirstService)
{ {