[ros-diffs] [arty] 36014: Fix return type, spotted by aicom.
arty at svn.reactos.org
arty at svn.reactos.org
Sun Sep 7 03:39:24 CEST 2008
Author: arty
Date: Sat Sep 6 20:39:23 2008
New Revision: 36014
URL: http://svn.reactos.org/svn/reactos?rev=36014&view=rev
Log:
Fix return type, spotted by aicom.
Modified:
branches/arty-newcc/ntoskrnl/cache/pinsup.c
Modified: branches/arty-newcc/ntoskrnl/cache/pinsup.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/pinsup.c?rev=36014&r1=36013&r2=36014&view=diff
==============================================================================
--- branches/arty-newcc/ntoskrnl/cache/pinsup.c [iso-8859-1] (original)
+++ branches/arty-newcc/ntoskrnl/cache/pinsup.c [iso-8859-1] Sat Sep 6 20:39:23 2008
@@ -168,7 +168,7 @@
DPRINT("System view is at %x\n", Bcb->BaseAddress);
Bcb->Length = ViewSize;
- return TRUE;
+ return Status;
}
NTSTATUS CcpAllocateSection
More information about the Ros-diffs
mailing list