Fix comment that confused compiler.
This commit is contained in:
parent
8fd51e12ef
commit
be6b43b14c
1 changed files with 0 additions and 2 deletions
|
@ -1658,8 +1658,6 @@ getContentType fp
|
|||
| "ppt" : "theme" : f : [] <- splitDirectories fp
|
||||
, (_, ".xml") <- splitExtension f =
|
||||
Just $ noPresML ++ ".theme+xml"
|
||||
-- | "ppt" : "slideLayouts" : f : [] <- splitDirectories fp
|
||||
-- , (_, ".xml") <- splitExtension f =
|
||||
| "ppt" : "slideLayouts" : _ : [] <- splitDirectories fp=
|
||||
Just $ presML ++ ".slideLayout+xml"
|
||||
| otherwise = Nothing
|
||||
|
|
Loading…
Add table
Reference in a new issue