Fixed warning.

This commit is contained in:
John MacFarlane 2013-07-18 21:51:11 -07:00
parent 7c980f39bf
commit 93e096fe1d

View file

@ -126,7 +126,7 @@ writeEPUB opts doc@(Pandoc meta _) = do
let readPicEntry entries (oldsrc, newsrc) = do
res <- fetchItem sourceDir oldsrc
case res of
Left e -> do
Left _ -> do
warn $ "Could not find image `" ++ oldsrc ++ "', skipping..."
return entries
Right (img,_) -> return $