aboutsummaryrefslogtreecommitdiff
path: root/src/watcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/watcher.c')
-rw-r--r--src/watcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watcher.c b/src/watcher.c
index 0af885b..da55861 100644
--- a/src/watcher.c
+++ b/src/watcher.c
@@ -148,7 +148,7 @@ process_event(struct inotify_event *ep)
{
static struct dirwatcher *dwp;
dwp = dirwatcher_find_wd(ep->wd);
- struct file_triplet *tp;
+ struct wy_triplet *tp;
if (ep->mask & IN_IGNORED)
/* nothing */ ;

Return to:

Send suggestions and report system problems to the System administrator.