[project @ 2001-12-17 09:30:07 by simonpj]
authorsimonpj <unknown>
Mon, 17 Dec 2001 09:30:07 +0000 (09:30 +0000)
committersimonpj <unknown>
Mon, 17 Dec 2001 09:30:07 +0000 (09:30 +0000)
Fix ifdefery bracketing bug on Win32

ghc/lib/std/cbits/inputReady.c

index f4304b6..6014d67 100644 (file)
@@ -61,6 +61,5 @@ inputReady(int fd, int msecs, int isSock)
        case WAIT_OBJECT_0: return 1;
        default: return -1;
       }
-    }
 #endif
   }}