Made -Wall clean.
This commit is contained in:
parent
6a7b16eb4d
commit
efd7167ace
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ transformInlines (MathML _) _ _ (x@(Math _ _) : xs) = do
|
|||
return $ HtmlInline result : xs
|
||||
transformInlines _ _ _ (HtmlInline _ : xs) = return $ Str "" : xs
|
||||
transformInlines _ _ _ (Link lab (_,_) : xs) = return $ lab ++ xs
|
||||
transformInlines mathmethod sourceDir picsRef xs = return xs
|
||||
transformInlines _ _ _ xs = return xs
|
||||
|
||||
transformBlock :: Block -> Block
|
||||
transformBlock (RawHtml _) = Null
|
||||
|
|
Loading…
Reference in a new issue