mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 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
|
|
@ -480,7 +480,7 @@ static void handle_set_default_channels(DBusConnection *conn, DBusMessage *msg,
|
|||
c->core->default_sample_spec.channels = n_channels;
|
||||
|
||||
pa_dbus_send_empty_reply(conn, msg);
|
||||
};
|
||||
}
|
||||
|
||||
static void handle_get_default_sample_format(DBusConnection *conn, DBusMessage *msg, void *userdata) {
|
||||
pa_dbusiface_core *c = userdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue