diff options
Diffstat (limited to 'glib/dbus-glib-tool.c')
-rw-r--r-- | glib/dbus-glib-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-glib-tool.c b/glib/dbus-glib-tool.c index d1195516..bd66e18d 100644 --- a/glib/dbus-glib-tool.c +++ b/glib/dbus-glib-tool.c @@ -295,7 +295,7 @@ test_die (const char *failure) * Unit test for GLib utility tool * @returns #TRUE on success. */ -static dbus_bool_t +static gboolean _dbus_gtool_test (const char *test_data_dir) { |