From d9ab3ccfe294390837262a6551a73d0bed4a5a6d Mon Sep 17 00:00:00 2001 From: qrczak Date: Tue, 20 Feb 2001 03:41:31 +0000 Subject: [PATCH] [project @ 2001-02-20 03:41:31 by qrczak] Remove unbalanced #endif. --- ghc/lib/std/cbits/system.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/lib/std/cbits/system.c b/ghc/lib/std/cbits/system.c index 92b04f1..ed1b85a 100644 --- a/ghc/lib/std/cbits/system.c +++ b/ghc/lib/std/cbits/system.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: system.c,v 1.10 2001/02/19 16:18:38 rrt Exp $ + * $Id: system.c,v 1.11 2001/02/20 03:41:31 qrczak Exp $ * * system Runtime Support */ @@ -32,8 +32,7 @@ # include # endif #else - #include /* for Sleep */ -#endif +# include /* for Sleep */ #endif #ifdef HAVE_VFORK_H -- 1.7.10.4