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-dataslot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-dataslot.h') diff --git a/dbus/dbus-dataslot.h b/dbus/dbus-dataslot.h index f90f5b31..034a6191 100644 --- a/dbus/dbus-dataslot.h +++ b/dbus/dbus-dataslot.h @@ -25,7 +25,7 @@ #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS typedef struct DBusDataSlotAllocator DBusDataSlotAllocator; typedef struct DBusDataSlotList DBusDataSlotList; @@ -90,6 +90,6 @@ void* _dbus_data_slot_list_get (DBusDataSlotAllocator *allocator, void _dbus_data_slot_list_free (DBusDataSlotList *list); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_DATASLOT_H */ -- cgit