Skip to content

Commit

Permalink
fix code style mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ilesik committed Jul 9, 2024
1 parent a5aa283 commit fb66025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/discordvoiceclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ void discord_voice_client::read_ready()
* We're left with the decrypted, opus-encoded data.
* Park the payload and decode on the voice courier thread.
*/
vp.vr->audio_data.assign(decrypted_data,decrypted_data + decrypted_data_len);
vp.vr->audio_data.assign(decrypted_data, decrypted_data + decrypted_data_len);

{
std::lock_guard lk(voice_courier_shared_state.mtx);
Expand Down

0 comments on commit fb66025

Please sign in to comment.