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-sysdeps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-sysdeps.h') diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 8ac131a7..7e89d61b 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -37,7 +37,7 @@ /* and it would just be annoying to abstract this */ #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS /* The idea of this file is to encapsulate everywhere that we're * relying on external libc features, for ease of security @@ -329,6 +329,6 @@ dbus_bool_t _dbus_user_at_console (const char *username, #endif /* !DBUS_VA_COPY */ -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_SYSDEPS_H */ -- cgit