summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorSven Willner <sven.willner@gmail.com>2017-09-01 18:16:45 +0200
committerSven Willner <sven.willner@gmail.com>2017-09-01 18:16:45 +0200
commitf5ce98d3f379a810103e37fa36baf241668387f1 (patch)
tree765a537f16b0cfd7b91bc54aaa14840a8949d9f3 /src/options.h
parent177cbff6af7b9845d592fb0497464d70ee423418 (diff)
changed option from inotify to auto-reload
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 19ff55c..2cfef2f 100644
--- a/src/options.h
+++ b/src/options.h
@@ -54,7 +54,7 @@ struct __fehoptions {
unsigned char auto_rotate;
#endif
#ifdef HAVE_INOTIFY
- unsigned char inotify;
+ unsigned char auto_reload;
int inotify_fd;
#endif
unsigned char list;