changeset 33:bc91b57308dc

Fix a warning.
author Rob Landley <rob@landley.net>
date Sat, 25 Nov 2006 13:45:39 -0500
parents 993eab821bd5
children c1f4f9101af7
files toys/toylist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/toylist.h	Sat Nov 25 13:34:51 2006 -0500
+++ b/toys/toylist.h	Sat Nov 25 13:45:39 2006 -0500
@@ -21,7 +21,7 @@
 #define OLDTOY(name, oldname, opts, flags)
 
 struct df_data {
-	struct string_list *fstype;
+	struct arg_list *fstype;
 	long units;
 };