From f5ad535861938ba8a5975244a057df5a76ece402 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 15:08:37 -0400 Subject: another windows build fix --- Utility/Touch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') 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 -- cgit v1.2.3