summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-recursive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-marshal-recursive.h')
-rw-r--r--dbus/dbus-marshal-recursive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h
index 679dad3c..e3769ade 100644
--- a/dbus/dbus-marshal-recursive.h
+++ b/dbus/dbus-marshal-recursive.h
@@ -74,8 +74,7 @@ struct DBusTypeWriter
struct {
int start_pos; /* first element */
int len_pos;
- int element_type_pos; /* position in type_str of array element type */
- int element_type_len;
+ int element_type_pos; /* position of array element type in type_str */
} array;
} u;
};