aboutsummaryrefslogtreecommitdiff
path: root/Inotify.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'Inotify.dcl')
-rw-r--r--Inotify.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Inotify.dcl b/Inotify.dcl
index c3a3e05..82c83c1 100644
--- a/Inotify.dcl
+++ b/Inotify.dcl
@@ -73,7 +73,8 @@ inotify_is_event :: INMask INEvent -> Bool
* Combination of inotify_poll and inotify_check that will return only if no
* events were given when a timeout occurred.
*/
-inotify_loop_with_timeout :: !(Maybe Int) !*(Inotify st) !*World -> *(!*Inotify st, !*World)
+inotify_loop_with_timeout :: !(Maybe Int) !*(Inotify st) !*World
+ -> *(!*Inotify st, !*World)
/**
* inotify_loop_with_timeout with Nothing as timeout (will never return)