mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -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
|
|
@ -610,7 +610,7 @@ void pa_dbus_append_basic_array(DBusMessageIter *iter, int item_type, const void
|
|||
pa_assert_se(dbus_message_iter_append_basic(&array_iter, item_type, &((uint8_t*) array)[i * item_size]));
|
||||
|
||||
pa_assert_se(dbus_message_iter_close_container(iter, &array_iter));
|
||||
};
|
||||
}
|
||||
|
||||
void pa_dbus_append_basic_variant(DBusMessageIter *iter, int type, void *data) {
|
||||
DBusMessageIter variant_iter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue