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-transport-unix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-transport-unix.h') diff --git a/dbus/dbus-transport-unix.h b/dbus/dbus-transport-unix.h index a4d57880..254144d9 100644 --- a/dbus/dbus-transport-unix.h +++ b/dbus/dbus-transport-unix.h @@ -25,7 +25,7 @@ #include -DBUS_BEGIN_DECLS; +DBUS_BEGIN_DECLS DBusTransport* _dbus_transport_new_for_fd (int fd, dbus_bool_t server, @@ -38,6 +38,6 @@ DBusTransport* _dbus_transport_new_for_tcp_socket (const char *host, DBusError *error); -DBUS_END_DECLS; +DBUS_END_DECLS #endif /* DBUS_TRANSPORT_UNIX_H */ -- cgit