typo
This commit is contained in:
parent
6db0970001
commit
2e9becf989
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ initMagicMimeType = catchMaybeIO $ do
|
||||||
(d </> "magic" </> "magic.mgc")
|
(d </> "magic" </> "magic.mgc")
|
||||||
return m
|
return m
|
||||||
#else
|
#else
|
||||||
mkMagic = return Nothing
|
initMagicMimeType = return Nothing
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
type MimeType = String
|
type MimeType = String
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue