From bf1ac08f8f689d14a06663847e3ff75f2c72bf35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 28 May 2005 22:08:49 +0000 Subject: [PATCH] Make compiler happy svn path=/trunk/; revision=15631 --- reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c b/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c index d803144bc27..9bcfbc28e17 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c @@ -73,6 +73,8 @@ XboxConsGetCh(void) { ; } + + return 0; } /* EOF */