Skip to content

Commit 523c2a9

Browse files
committed
fix compile after merge
1 parent b2932b3 commit 523c2a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

srtp/srtp.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ unsigned int srtp_get_version(void)
149149
return rv;
150150
}
151151

152-
static srtp_err_status_t srtp_stream_dealloc(
153-
srtp_stream_ctx_t *stream,
154-
const srtp_stream_ctx_t *stream_template)
152+
srtp_err_status_t srtp_stream_dealloc(srtp_stream_ctx_t *stream,
153+
const srtp_stream_ctx_t *stream_template)
155154
{
156155
srtp_err_status_t status;
157156
unsigned int i = 0;

0 commit comments

Comments
 (0)