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-bus.h | |
parent | 7f68b30899b1294c25a9b505802a04444f857790 (diff) |
remove the ; after DBUS_(BEGIN|END)_DECLS (bug #974)
Diffstat (limited to 'dbus/dbus-bus.h')
-rw-r--r-- | dbus/dbus-bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-bus.h b/dbus/dbus-bus.h index 5f40b7e2..a17d724f 100644 --- a/dbus/dbus-bus.h +++ b/dbus/dbus-bus.h @@ -29,7 +29,7 @@ #include <dbus/dbus-connection.h> -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS DBusConnection *dbus_bus_get (DBusBusType type, DBusError *error); @@ -62,6 +62,6 @@ void dbus_bus_remove_match (DBusConnection *connection, const char *rule, DBusError *error); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_BUS_H */ |