aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index ad749cd2..a61aff93 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -21,7 +21,7 @@
#define OLDTOY(name, oldname, opts, flags)
struct df_data {
- struct string_list *fstype;
+ struct arg_list *fstype;
long units;
};