summaryrefslogtreecommitdiff
path: root/watch_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch_list.h')
-rw-r--r--watch_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch_list.h b/watch_list.h
index 931b656..5a695e6 100644
--- a/watch_list.h
+++ b/watch_list.h
@@ -23,7 +23,7 @@
#define RHDROPBOX_watch_list_h_INCLUDED
struct watch_list_element_struct {
- char* string_;
+ char* path_;
int watch_fd_;
struct watch_list_element_struct* next_;
};