Fix build

svn path=/trunk/; revision=20431
This commit is contained in:
Alex Ionescu 2005-12-29 18:45:16 +00:00
parent d71e6cd026
commit c3366b8062

View file

@ -122,7 +122,7 @@ KeStartProfile(PKPROFILE Profile,
if (!FreeBuffer) ExFreePool(SourceBuffer); if (!FreeBuffer) ExFreePool(SourceBuffer);
} }
VOID BOOLEAN
STDCALL STDCALL
KeStopProfile(PKPROFILE Profile) KeStopProfile(PKPROFILE Profile)
{ {
@ -161,6 +161,9 @@ KeStopProfile(PKPROFILE Profile)
/* Free the Source Object */ /* Free the Source Object */
if (CurrentSource) ExFreePool(CurrentSource); if (CurrentSource) ExFreePool(CurrentSource);
/* FIXME */
return FALSE;
} }
ULONG ULONG