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-memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-memory.h') diff --git a/dbus/dbus-memory.h b/dbus/dbus-memory.h index 628ff9d8..9982d2f1 100644 --- a/dbus/dbus-memory.h +++ b/dbus/dbus-memory.h @@ -30,7 +30,7 @@ #include #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS void* dbus_malloc (size_t bytes); void* dbus_malloc0 (size_t bytes); @@ -47,6 +47,6 @@ typedef void (* DBusFreeFunction) (void *memory); void dbus_shutdown (void); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_MEMORY_H */ -- cgit