mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Remove extra ; s where they are not allowed in strict C99
This commit is contained in:
parent
168254f3bf
commit
55fdb0162c
5 changed files with 9 additions and 9 deletions
|
|
@ -444,7 +444,7 @@ static void handle_set_mute(DBusConnection *conn, DBusMessage *msg, DBusMessageI
|
|||
pa_sink_input_set_mute(s->sink_input, mute, TRUE);
|
||||
|
||||
pa_dbus_send_empty_reply(conn, msg);
|
||||
};
|
||||
}
|
||||
|
||||
static void handle_get_buffer_latency(DBusConnection *conn, DBusMessage *msg, void *userdata) {
|
||||
pa_dbusiface_stream *s = userdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue