Fix syntax error in previous commit.

This commit is contained in:
Michael Albinus 2010-11-10 10:08:05 +01:00
parent 3106121c99
commit 01768686d4

View file

@ -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) \