diff options
author | Colin Walters <walters@verbum.org> | 2008-12-19 18:54:59 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-01-06 17:38:32 -0500 |
commit | 4e4f0de8cc8c3127641013fd833349dab34b676b (patch) | |
tree | 3e0d7a903a0411eda4759eb7a7fc49babbd6efd8 /bus/driver.c | |
parent | eb1ba381f62ae0defc9b0cfaa3a228f2c6a3d623 (diff) |
Various compiler warning fixes
Diffstat (limited to 'bus/driver.c')
-rw-r--r-- | bus/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c index 05ecd56c..c97bff5d 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -1411,7 +1411,7 @@ bus_driver_handle_get_adt_audit_session_data (DBusConnection *connection, BusService *serv; DBusConnection *conn; DBusMessage *reply; - char *data = NULL; + void *data = NULL; dbus_uint32_t data_size; _DBUS_ASSERT_ERROR_IS_CLEAR (error); |