summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dbusbind.c2
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