aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 13:45:39 -0500
committerRob Landley <rob@landley.net>2006-11-25 13:45:39 -0500
commit1674e2ace4dcce67c3920dcdbf2f441903194b68 (patch)
tree2d8e53c114011193893eb2b5d61036cd1b58ab78 /toys
parent58c6c1be60d96df4b7cb8d77625948b0da297144 (diff)
downloadtoybox-1674e2ace4dcce67c3920dcdbf2f441903194b68.tar.gz
Fix a warning.
Diffstat (limited to 'toys')
-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;
};