mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-10 22:10:24 +01:00
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:
parent
a73058a45c
commit
dec9025626
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue