From a9ff341aa66588c12275529ee2d16843b493cb4f Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Thu, 9 Sep 2004 10:20:17 +0000 Subject: remove the ; after DBUS_(BEGIN|END)_DECLS (bug #974) --- dbus/dbus-string-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-string-private.h') diff --git a/dbus/dbus-string-private.h b/dbus/dbus-string-private.h index 90605057..a2fcd03b 100644 --- a/dbus/dbus-string-private.h +++ b/dbus/dbus-string-private.h @@ -33,7 +33,7 @@ #error "Don't go including dbus-string-private.h for no good reason" #endif -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS /** * @brief Internals of DBusString. @@ -53,6 +53,6 @@ typedef struct unsigned int align_offset : 3; /**< str - align_offset is the actual malloc block */ } DBusRealString; -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_STRING_PRIVATE_H */ -- cgit