diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-04 08:24:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-04 08:24:06 -0400 |
commit | e4cd862e7451b56cdc2e88c8155a29b4c5d69dc8 (patch) | |
tree | d6d0cf938ad3eaa032ed6ff62c9a6c33e4dbd98c /Command | |
parent | ea2e5e8a0e1a725bea0052cb583c23f38c68b984 (diff) |
fix warning
Diffstat (limited to 'Command')
-rw-r--r-- | Command/TestRemote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/TestRemote.hs b/Command/TestRemote.hs index 789eb75b1..463c4d359 100644 --- a/Command/TestRemote.hs +++ b/Command/TestRemote.hs @@ -169,7 +169,7 @@ chunkSizes base False = , base `div` 1000 , base ] -chunkSizes base True = +chunkSizes _ True = [ 0 ] |