diff options
Diffstat (limited to 'daemon/inotify.c')
-rw-r--r-- | daemon/inotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/inotify.c b/daemon/inotify.c index ec3aa64f..104fa60b 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -70,7 +70,7 @@ do_inotify_init (int max_events) #ifdef HAVE_SYS_INOTIFY_H FILE *fp; - NEED_ROOT (return -1); + NEED_ROOT (, return -1); if (max_events < 0) { reply_with_error ("max_events < 0"); |