mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Revert dbus_bool_t variables to use TRUE/FALSE instead of true/false
This commit is contained in:
parent
408f0ba783
commit
b358aea89b
8 changed files with 42 additions and 42 deletions
|
|
@ -365,7 +365,7 @@ static dbus_bool_t get_is_local(DBusConnection *conn) {
|
|||
pa_assert(conn);
|
||||
|
||||
if (!dbus_connection_get_socket(conn, &conn_fd))
|
||||
return false;
|
||||
return FALSE;
|
||||
|
||||
return pa_socket_is_local(conn_fd);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue