Skip to content

Commit

Permalink
media_exchange: fix typo in fork vs session state
Browse files Browse the repository at this point in the history
Credits go to clang compier for spotting this :)
  • Loading branch information
razvancrainea committed Mar 9, 2020
1 parent de94944 commit cb5e2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/media_exchange/media_utils.c
Expand Up @@ -286,7 +286,7 @@ static int media_fork_stream_disable(sdp_stream_cell_t *stream)

int media_fork_pause_resume(struct media_session_leg *msl, int medianum, int resume)
{
enum media_session_state newstate;
enum media_fork_state newstate;
struct media_fork_info *mf;
int ret = 0;

Expand Down

0 comments on commit cb5e2e6

Please sign in to comment.