fix windows build
authorJoey Hess <joeyh@joeyh.name>
Thu, 2 Sep 2021 16:21:25 +0000 (12:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 2 Sep 2021 16:21:25 +0000 (12:21 -0400)
Annex/Init.hs
doc/bugs/commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn

index 30c4f9753c1742857e6af9a8b234739dff0bdf84..1193e0b24016777055a3df94e0fc78c8c88cf08c 100644 (file)
@@ -258,7 +258,7 @@ probeCrippledFileSystem'
        -> Maybe (RawFilePath -> m ())
        -> m (Bool, [String])
 #ifdef mingw32_HOST_OS
-probeCrippledFileSystem' _ _ _ = return (True, [])
+probeCrippledFileSystem' _ _ _ = return (True, [])
 #else
 probeCrippledFileSystem' tmp freezecontent thawcontent = do
        let f = tmp P.</> "gaprobe"
index 1d59f44514e52bdade2e91e7ce3b430facdf89e0..1a87aa5eb5e58062b3c9f4694d5f31073822c5c6 100644 (file)
@@ -85,3 +85,5 @@ This then compiled cleanly and completed the test suite ok.
 Git Annex is great. It works quite nicely with my multi-gigabyte backup files (largest around 180GB) via the BLAKE2B160E backend :)
 
 [[!meta author=jkniiv]]
+
+> Thank you! [[done]] --[[Joey]]