diff options
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r-- | Command/ImportFeed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index d82d73447..647cd269e 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -148,7 +148,7 @@ findDownloads u = go =<< downloadFeed u ) Nothing -> return Nothing #else - mkquvi = return Nothing + mkquvi _ _ = return Nothing #endif {- Feeds change, so a feed download cannot be resumed. -} |