Skip to content

Commit

Permalink
fix failed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 20, 2024
1 parent 33aa1cb commit e1a309e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dpp/discordvoiceclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ uint16_t discord_voice_client::get_iteration_interval() {
return this->iteration_interval;
}

}
discord_voice_client& discord_voice_client::send_stop_frames(bool send_now) {
uint8_t silence_frames[sizeof(silence_packet) / sizeof(*silence_packet) * 5];
for (size_t i = 0; i < sizeof(silence_frames) / sizeof(*silence_frames); i++) {
Expand All @@ -451,4 +450,4 @@ discord_voice_client& discord_voice_client::send_stop_frames(bool send_now) {
return *this;
}

} // namespace dpp
}

0 comments on commit e1a309e

Please sign in to comment.