diff options
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 2 |
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; }; |