]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix gcc -Wall warning in profile_helper.c
authorTheodore Ts'o <tytso@mit.edu>
Thu, 5 Jan 2006 06:29:50 +0000 (01:29 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Jan 2006 06:29:50 +0000 (01:29 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/profile_helpers.c

index deb0e23cae2d485394d2264c40abd453cead5d64..dcbdd32ea3ce3b41b7b6148c40d5ad35440f8ff8 100644 (file)
@@ -85,7 +85,7 @@ static void end_list(struct profile_string_list *list, char ***ret_list)
 /*
  * Add a string to the list.
  */
-static errcode_t add_to_list(struct profile_string_list *list, const char *str)
+static errcode_t add_to_list(struct profile_string_list *list, char *str)
 {
        char    **newlist;
        int     newmax;