diff options
author | Rob Landley <rob@landley.net> | 2006-11-25 13:45:39 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-25 13:45:39 -0500 |
commit | 1674e2ace4dcce67c3920dcdbf2f441903194b68 (patch) | |
tree | 2d8e53c114011193893eb2b5d61036cd1b58ab78 /toys/toylist.h | |
parent | 58c6c1be60d96df4b7cb8d77625948b0da297144 (diff) | |
download | toybox-1674e2ace4dcce67c3920dcdbf2f441903194b68.tar.gz |
Fix a warning.
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; }; |