Remove extra ; s where they are not allowed in strict C99

This commit is contained in:
Maarten Bosmans 2011-08-24 20:08:07 +02:00 committed by Arun Raghavan
parent 168254f3bf
commit 55fdb0162c
5 changed files with 9 additions and 9 deletions

View file

@ -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;