diff options
Diffstat (limited to 'Assistant/TransferSlots.hs')
-rw-r--r-- | Assistant/TransferSlots.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/TransferSlots.hs b/Assistant/TransferSlots.hs index 8039c561d..7c9f74702 100644 --- a/Assistant/TransferSlots.hs +++ b/Assistant/TransferSlots.hs @@ -69,5 +69,5 @@ runTransferThread' d a = go Just ResumeTransfer -> go _ -> done _ -> done - done = flip runAssistant d $ + done = runAssistant d $ flip MSemN.signal 1 <<~ transferSlots |