From 0a82e7e4b1d912108d0dc909d7e4969464b28fd8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 17 Mar 2015 17:06:19 -0700 Subject: Fixed a compiler warning. --- src/Text/Pandoc/Readers/CommonMark.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers/CommonMark.hs') diff --git a/src/Text/Pandoc/Readers/CommonMark.hs b/src/Text/Pandoc/Readers/CommonMark.hs index dfad7adc2..f8a2ec28e 100644 --- a/src/Text/Pandoc/Readers/CommonMark.hs +++ b/src/Text/Pandoc/Readers/CommonMark.hs @@ -82,7 +82,7 @@ addBlock (Node _ (LIST listAttrs) nodes) = delim = case listDelim listAttrs of PERIOD_DELIM -> Period PAREN_DELIM -> OneParen -addBlock (Node _ ITEM nodes) = id -- handled in LIST +addBlock (Node _ ITEM _) = id -- handled in LIST addBlock _ = id children :: Node -> [Node] -- cgit v1.2.3