From 3f5c9ddc05017e569f618622faf21d5da323fb2a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Feb 2015 16:03:59 -0400 Subject: [PATCH] fix compile warning --- Command/Fsck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 5951a88be1..49b49407a0 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -143,7 +143,7 @@ performRemote key file backend numcopies remote = ( go True (Just tmpfile) , do warning "failed to download file from remote" - go True Nothing + void $ go True Nothing return False ) dispatch (Right False) = go False Nothing