Fix build
[reactos.git] / reactos / ntoskrnl / ke / profile.c
index e903050..1ebea23 100644 (file)
@@ -122,7 +122,7 @@ KeStartProfile(PKPROFILE Profile,
     if (!FreeBuffer) ExFreePool(SourceBuffer);
 }
 
     if (!FreeBuffer) ExFreePool(SourceBuffer);
 }
 
-VOID
+BOOLEAN
 STDCALL
 KeStopProfile(PKPROFILE Profile)
 {
 STDCALL
 KeStopProfile(PKPROFILE Profile)
 {
@@ -161,6 +161,9 @@ KeStopProfile(PKPROFILE Profile)
 
     /* Free the Source Object */
     if (CurrentSource) ExFreePool(CurrentSource);
 
     /* Free the Source Object */
     if (CurrentSource) ExFreePool(CurrentSource);
+
+    /* FIXME */
+    return FALSE;
 }
 
 ULONG
 }
 
 ULONG