emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102322: Fix syntax error in previous


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102322: Fix syntax error in previous commit.
Date: Wed, 10 Nov 2010 10:08:05 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102322
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2010-11-10 10:08:05 +0100
message:
  Fix syntax error in previous commit.
modified:
  src/dbusbind.c
=== modified file 'src/dbusbind.c'
--- a/src/dbusbind.c    2010-11-10 08:48:18 +0000
+++ b/src/dbusbind.c    2010-11-10 09:08:05 +0000
@@ -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)                                       \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]