# HG changeset patch # User Michael Albinus # Date 1289380085 -3600 # Node ID 143e567b63bc1b624ff104b3a2af799259ec10b5 # Parent 1e95f3ea022d3678bd212bbade988e423f57489e Fix syntax error in previous commit. diff -r 1e95f3ea022d -r 143e567b63bc src/dbusbind.c --- a/src/dbusbind.c Wed Nov 10 18:02:54 2010 +0900 +++ b/src/dbusbind.c Wed Nov 10 10:08:05 2010 +0100 @@ -163,7 +163,7 @@ || (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) \