summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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