[project @ 2001-12-17 09:30:07 by simonpj]
[ghc-hetmet.git] / 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
   }}