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-hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-hash.h') diff --git a/dbus/dbus-hash.h b/dbus/dbus-hash.h index 28d275a0..7db06f0c 100644 --- a/dbus/dbus-hash.h +++ b/dbus/dbus-hash.h @@ -27,7 +27,7 @@ #include #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS /** Hash iterator object. The iterator is on the stack, but its real * fields are hidden privately. @@ -127,6 +127,6 @@ void _dbus_hash_table_insert_string_preallocated (DBusHashTable void *value); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_HASH_H */ -- cgit