diff options
author | Sven Willner <sven.willner@gmail.com> | 2017-09-01 18:16:45 +0200 |
---|---|---|
committer | Sven Willner <sven.willner@gmail.com> | 2017-09-01 18:16:45 +0200 |
commit | f5ce98d3f379a810103e37fa36baf241668387f1 (patch) | |
tree | 765a537f16b0cfd7b91bc54aaa14840a8949d9f3 /src/options.h | |
parent | 177cbff6af7b9845d592fb0497464d70ee423418 (diff) |
changed option from inotify to auto-reload
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
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; |