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-mempool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-mempool.h') diff --git a/dbus/dbus-mempool.h b/dbus/dbus-mempool.h index 8bda2b13..2ff55fd2 100644 --- a/dbus/dbus-mempool.h +++ b/dbus/dbus-mempool.h @@ -28,7 +28,7 @@ #include #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS typedef struct DBusMemPool DBusMemPool; @@ -39,6 +39,6 @@ void* _dbus_mem_pool_alloc (DBusMemPool *pool); dbus_bool_t _dbus_mem_pool_dealloc (DBusMemPool *pool, void *element); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_MEMPOOL_H */ -- cgit