diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-12-30 15:55:29 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-12-30 15:55:29 +0000 |
commit | 80f9d13bfff89c026469d172128a3ea58ce31627 (patch) | |
tree | 63bece824b1029dfa8091d1f206200357b55abfc /src | |
parent | 0e0c4247f1e28ed91d7a90263cad165d08497bac (diff) | |
download | emacs-80f9d13bfff89c026469d172128a3ea58ce31627.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |