[project @ 2005-10-25 12:01:11 by simonmar]
[haskell-directory.git] / System / Directory.hs
index 21bdbf4..ec4e5a7 100644 (file)
@@ -597,6 +597,7 @@ foreign import stdcall unsafe "SearchPath"
                          -> Ptr CString
                          -> IO CInt
 #else
+ do
   path <- getEnv "PATH"
   search (parseSearchPath path)
   where