Fix syntax error in previous commit.
This commit is contained in:
parent
3106121c99
commit
01768686d4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ int xd_in_read_queued_messages = 0;
|
|||
|| (type == DBUS_TYPE_DOUBLE) \
|
||||
|| (type == DBUS_TYPE_STRING) \
|
||||
|| (type == DBUS_TYPE_OBJECT_PATH) \
|
||||
|| (type == DBUS_TYPE_SIGNATURE \
|
||||
|| (type == DBUS_TYPE_SIGNATURE) \
|
||||
|| (type == DBUS_TYPE_UNIX_FD))
|
||||
#else
|
||||
#define XD_BASIC_DBUS_TYPE(type) \
|
||||
|
|
Loading…
Add table
Reference in a new issue