]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 30 Dec 2007 15:55:29 +0000 (15:55 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 30 Dec 2007 15:55:29 +0000 (15:55 +0000)
src/dbusbind.c

index e4d7f5d95ed15cea46d04b6672c90c1e923ad38c..77f932aabbae51c567403b877fd6150410101833 100644 (file)
@@ -103,7 +103,7 @@ Lisp_Object Vdbus_debug;
        char s[1024];                                                   \
        sprintf (s, __VA_ARGS__);                                       \
        message ("%s: %s", __func__, s);                                \
-      }
+      }                                                                        \
   } while (0)
 #define XD_DEBUG_VALID_LISP_OBJECT_P(object)
 #endif