diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 16:37:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 16:37:36 -0400 |
commit | 09a0347e0e9510869aa70c4d67096ca1fcc2cf5e (patch) | |
tree | 21e407caca86432c00706bf631f2f8e227fa2376 | |
parent | d2ab3a49e0fb5aa29619611e88635c7eb3baae4b (diff) |
fix typo
-rw-r--r-- | BuildFlags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs index f7c53a9aa..b29c83c1f 100644 --- a/BuildFlags.hs +++ b/BuildFlags.hs @@ -86,7 +86,7 @@ buildFlags = filter (not . null) #else #warning Building without CryptoHash. #endif -#ifdef WITH_TORRENTParser +#ifdef WITH_TORRENTPARSER , "TorrentParser" #else #warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files. |