]> code.delx.au - pulseaudio/blobdiff - src/modules/dbus/iface-client.c
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / modules / dbus / iface-client.c
index a7d2cb4cea2f2f5c0e47b84dda1be7f950bb99f2..1264acdf4fd89616491a4abd02a716b4ca365fc7 100644 (file)
@@ -364,7 +364,7 @@ static void handle_remove_properties(DBusConnection *conn, DBusMessage *msg, voi
     pa_dbusiface_client *c = userdata;
     char **keys = NULL;
     int n_keys = 0;
-    pa_bool_t changed = FALSE;
+    bool changed = false;
     int i = 0;
 
     pa_assert(conn);