[project @ 2000-12-07 08:20:46 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / TmpFiles.hs
index 1912cbe..b0c19d8 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: TmpFiles.hs,v 1.10 2000/12/05 12:09:43 sewardj Exp $
+-- $Id: TmpFiles.hs,v 1.11 2000/12/07 08:20:46 simonpj Exp $
 --
 -- Temporary file management
 --
@@ -42,6 +42,7 @@ initTempFileStorage = do
 #ifndef mingw32_TARGET_OS
              writeIORef v_TmpDir dir
 #endif
+             return ()
           )
 
 cleanTempFiles :: Bool -> IO ()