ImportFeed: fix signature of mkquvi without libquvi

This commit is contained in:
Ben Boeckel 2015-08-23 18:23:27 -04:00 committed by Joey Hess
parent 7f39a8cb7a
commit a4edec9b40

View file

@ -148,7 +148,7 @@ findDownloads u = go =<< downloadFeed u
) )
Nothing -> return Nothing Nothing -> return Nothing
#else #else
mkquvi = return Nothing mkquvi _ _ = return Nothing
#endif #endif
{- Feeds change, so a feed download cannot be resumed. -} {- Feeds change, so a feed download cannot be resumed. -}