Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 20, 2024
1 parent 51f8e1e commit b34a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/RTCP/FeedbackRtpTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ namespace RTC
{
MS_TRACE();

MS_ASSERT(baseSet, "base not set");
MS_ASSERT(this->baseSet, "base not set");
MS_ASSERT(!IsFull(), "packet is full");

// If the wide sequence number of the new packet is lower than the latest seen,
Expand Down

0 comments on commit b34a3b7

Please sign in to comment.