DBusString: fix a typo

Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
[separated out of a larger patch -smcv]
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66300
This commit is contained in:
Chengwei Yang 2013-06-28 14:40:42 +08:00 committed by Simon McVittie
parent a73058a45c
commit dec9025626

View file

@ -977,7 +977,7 @@ do { \
dbus_bool_t
_dbus_string_insert_2_aligned (DBusString *str,
int insert_at,
const unsigned char octets[4])
const unsigned char octets[2])
{
DBUS_STRING_PREAMBLE (str);