From 01768686d4ad7b38f20170b8f791a1e7e33b791c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 10 Nov 2010 10:08:05 +0100 Subject: [PATCH] Fix syntax error in previous commit. --- src/dbusbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbusbind.c b/src/dbusbind.c index ec7a3ff7217..6ab976b58da 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -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) \ -- 2.39.5