summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 15:08:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 15:08:37 -0400
commitf5ad535861938ba8a5975244a057df5a76ece402 (patch)
tree517a8a5f19974b8020ea7fcce29784627ff6d2c6 /Utility
parente0cf8fb5cda6d816ba4a8fe7281cd7a615e2a42f (diff)
another windows build fix
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Touch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Touch.hs b/Utility/Touch.hs
index dbaf9e588..62acea02a 100644
--- a/Utility/Touch.hs
+++ b/Utility/Touch.hs
@@ -47,6 +47,6 @@ touchBoth :: FilePath -> TimeSpec -> TimeSpec -> Bool -> IO ()
touchBoth _ _ _ _ = return ()
touch :: FilePath -> TimeSpec -> Bool -> IO ()
-touch _ _ = return ()
+touch _ _ _ = return ()
#endif