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). --- dbus/dbus-arch-deps.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-arch-deps.h.in') 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