projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5c9f0
)
Add a missing VOID.
author
Eric Kohl
<eric.kohl@reactos.org>
Wed, 3 Sep 2008 21:51:21 +0000
(21:51 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Wed, 3 Sep 2008 21:51:21 +0000
(21:51 +0000)
svn path=/trunk/; revision=35918
reactos/base/services/svchost/svchost.c
patch
|
blob
|
history
diff --git
a/reactos/base/services/svchost/svchost.c
b/reactos/base/services/svchost/svchost.c
index
3390aa6
..
f059551
100644
(file)
--- a/
reactos/base/services/svchost/svchost.c
+++ b/
reactos/base/services/svchost/svchost.c
@@
-142,7
+142,7
@@
BOOL PrepareService(LPCTSTR ServiceName)
return TRUE;
}
-VOID FreeServices()
+VOID FreeServices(
VOID
)
{
while (FirstService)
{