]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix syntax error in previous commit.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Nov 2010 09:08:05 +0000 (10:08 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Nov 2010 09:08:05 +0000 (10:08 +0100)
src/dbusbind.c

index ec7a3ff721724894bd1e475ecd3a5ab70adf5729..6ab976b58daf18ce17f18d63583335201f243dc0 100644 (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)                                       \