From f7a12c982a1621bd5121a4633be94c6049342066 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 12 Jun 2006 09:20:20 +0000 Subject: * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that break pedantic builds. Closes bug 6043 (patch approved by Havoc back in February). --- ChangeLog | 8 +++++++- dbus/dbus-arch-deps.h.in | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a8eeff1..5b766d56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2006-06-11 Thiago Macieira +2006-06-12 Thiago Macieira + + * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that + break pedantic builds. Closes bug 6043 (patch approved by + Havoc back in February). + +2006-06-12 Thiago Macieira * qt/src/qdbusintegrator.cpp: Fix bug in parsing async methods that took a QDBusMessage parameter. diff --git a/dbus/dbus-arch-deps.h.in b/dbus/dbus-arch-deps.h.in index b5891e61..6d19990e 100644 --- a/dbus/dbus-arch-deps.h.in +++ b/dbus/dbus-arch-deps.h.in @@ -29,7 +29,7 @@ #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS #if @DBUS_HAVE_INT64@ #define DBUS_HAVE_INT64 1 @@ -51,6 +51,6 @@ typedef unsigned @DBUS_INT32_TYPE@ dbus_uint32_t; typedef @DBUS_INT16_TYPE@ dbus_int16_t; typedef unsigned @DBUS_INT16_TYPE@ dbus_uint16_t; -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_ARCH_DEPS_H */ -- cgit