Skip to content

Commit

Permalink
fix issues found in review
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 17, 2023
1 parent 43fc64a commit a50e96b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions toxav/rtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ static void update_bwc_values(RTPSession *session, const struct RTPMessage *msg)
* payload.
* @param incoming_data_length The packet length *not* including header, i.e.
* this is the actual payload length.
* @param log A logger.
*
* @retval -1 on error.
* @retval 0 on success.
Expand Down
1 change: 0 additions & 1 deletion toxcore/tox.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "tox.h"

#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit a50e96b

Please sign in to comment.