another windows build fix

This commit is contained in:
Joey Hess 2016-03-05 15:08:37 -04:00
parent e859ebe2b3
commit 112caada86
Failed to extract signature

View file

@ -47,6 +47,6 @@ touchBoth :: FilePath -> TimeSpec -> TimeSpec -> Bool -> IO ()
touchBoth _ _ _ _ = return ()
touch :: FilePath -> TimeSpec -> Bool -> IO ()
touch _ _ = return ()
touch _ _ _ = return ()
#endif