From 3c1664946fa97793fef15bf09a2a225fc38cb89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 29 Aug 2003 09:34:52 +0000 Subject: [PATCH] Fix warning svn path=/trunk/; revision=5913 --- reactos/lib/kernel32/misc/stubs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/lib/kernel32/misc/stubs.c b/reactos/lib/kernel32/misc/stubs.c index a3b6bc3abb7..b40e297790d 100644 --- a/reactos/lib/kernel32/misc/stubs.c +++ b/reactos/lib/kernel32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.55 2003/08/28 19:37:00 gvg Exp $ +/* $Id: stubs.c,v 1.56 2003/08/29 09:34:52 gvg Exp $ * * KERNEL32.DLL stubs (unimplemented functions) * Remove from this file, if you implement them. @@ -3502,7 +3502,6 @@ RtlCaptureContext ( ) { SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; } /*