diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-20 15:53:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-20 15:53:56 -0400 |
commit | ad11de94e54d17c765d980bfe249eca1c9b6cabd (patch) | |
tree | 6f59f1ab227d1d6d821f53fb3f806f2607930ae4 /Utility/DirWatcher.hs | |
parent | 88e26046d7916e306e819c33aba1d6365167b6c5 (diff) |
typo
Diffstat (limited to 'Utility/DirWatcher.hs')
-rw-r--r-- | Utility/DirWatcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/DirWatcher.hs b/Utility/DirWatcher.hs index baab244c7..11ce7baef 100644 --- a/Utility/DirWatcher.hs +++ b/Utility/DirWatcher.hs @@ -68,7 +68,7 @@ closingTracked = True #if WITH_KQUEUE closingTracked = False #else -eventsCoalesce = undefined +closingTracked = undefined #endif #endif |