Fixed compiler warning.

This commit is contained in:
John MacFarlane 2014-06-16 23:02:20 -07:00
parent bbe99003f8
commit 7d60c798bf

View file

@ -216,7 +216,9 @@ parPartsToInlines opts docx parparts =
-- We're going to skip data-uri's for now. It should be an option,
-- not mandatory.
--
--bottomUp (makeImagesSelfContained docx) $
(if False -- TODO depend on option
then bottomUp (makeImagesSelfContained docx)
else id) $
bottomUp spanCorrect $
bottomUp spanTrim $
bottomUp spanReduce $