summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-threads.h')
-rw-r--r--dbus/dbus-threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-threads.h b/dbus/dbus-threads.h
index eb13b251..4391ff1d 100644
--- a/dbus/dbus-threads.h
+++ b/dbus/dbus-threads.h
@@ -30,7 +30,7 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMutex DBusMutex;
typedef struct DBusCondVar DBusCondVar;
@@ -117,6 +117,6 @@ dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_THREADS_H */