diff options
author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-09 10:20:17 +0000 |
---|---|---|
committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-09-09 10:20:17 +0000 |
commit | a9ff341aa66588c12275529ee2d16843b493cb4f (patch) | |
tree | ae0302802f75b8a548561c62b79518a270c95c6b /dbus/dbus-dataslot.h | |
parent | 7f68b30899b1294c25a9b505802a04444f857790 (diff) |
remove the ; after DBUS_(BEGIN|END)_DECLS (bug #974)
Diffstat (limited to 'dbus/dbus-dataslot.h')
-rw-r--r-- | dbus/dbus-dataslot.h | 4 |
1 files changed, 2 insertions, 2 deletions
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/dbus-internals.h> -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 */ |