summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/linux_inotify.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/linux_inotify.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/linux_inotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiecore/linux_inotify.h b/libopie2/opiecore/linux_inotify.h
index 7e19bb4..70e3be8 100644
--- a/libopie2/opiecore/linux_inotify.h
+++ b/libopie2/opiecore/linux_inotify.h
@@ -41,13 +41,13 @@ struct inotify_watch_request {
#define IN_ATTRIB 0x00000004 /* File changed attributes */
#define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */
#define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */
#define IN_OPEN 0x00000020 /* File was opened */
#define IN_MOVED_FROM 0x00000040 /* File was moved from X */
#define IN_MOVED_TO 0x00000080 /* File was moved to Y */
-#define IN_DELETE_SUBDIR 0x00000100 /* Subdir was deleted */
+#define IN_DELETE_SUBDIR 0x00000100 /* Subdir was deleted */
#define IN_DELETE_FILE 0x00000200 /* Subfile was deleted */
#define IN_CREATE_SUBDIR 0x00000400 /* Subdir was created */
#define IN_CREATE_FILE 0x00000800 /* Subfile was created */
#define IN_DELETE_SELF 0x00001000 /* Self was deleted */
#define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
#define IN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */