fix windows build more

This commit is contained in:
Joey Hess 2020-07-02 12:01:09 -04:00
parent 00497fd38e
commit 0f26782a73
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -650,7 +650,7 @@ copyFromRemoteCheap r st repo
)
| otherwise = Nothing
#else
copyFromRemoteCheap' _ _ _ = Nothing
copyFromRemoteCheap _ _ _ = Nothing
#endif
{- Tries to copy a key's content to a remote's annex. -}