summaryrefslogtreecommitdiffstats
path: root/test/shell-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell-test.c')
-rw-r--r--test/shell-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell-test.c b/test/shell-test.c
index 4115f191..c0134677 100644
--- a/test/shell-test.c
+++ b/test/shell-test.c
@@ -21,7 +21,7 @@ test_command_line (const char *arg1, ...)
DBusError error;
va_start (var_args, arg1);
- _dbus_list_append (&list, arg1);
+ _dbus_list_append (&list, (char *)arg1);
do
{
tmp = va_arg (var_args, char *);