From: Michael Albinus Date: Sun, 30 Dec 2007 15:55:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80f9d13bfff89c026469d172128a3ea58ce31627;p=emacs.git *** empty log message *** --- diff --git a/src/dbusbind.c b/src/dbusbind.c index e4d7f5d95ed..77f932aabba 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -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