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

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