Skip to content

Commit

Permalink
Fix compiler warning C4819 (Unicode character in ANSI file) (pjsip#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfroeschl authored Mar 25, 2022
1 parent 4d422db commit 30ca718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pjnath/include/pjnath/turn_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ PJ_DECL(pj_status_t) pj_turn_session_connection_bind(
*
* According to RFC 6062, a control connection must be a TCP connection,
* and application must send TCP Allocate request
* (with pj_turn_session_alloc()set TURN allocation parameter peer_conn_type
* (with pj_turn_session_alloc(), set TURN allocation parameter peer_conn_type
* to PJ_TURN_TP_TCP) before calling this function.
*
* @param sess The TURN client session.
Expand Down
2 changes: 1 addition & 1 deletion pjnath/include/pjnath/turn_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ PJ_DECL(pj_status_t) pj_turn_sock_bind_channel(pj_turn_sock *turn_sock,
*
* According to RFC 6062, the TURN transport instance must be created with
* connection type are set to PJ_TURN_TP_TCP, application must send TCP
* Allocate request (with pj_turn_session_alloc()set TURN allocation
* Allocate request (with pj_turn_session_alloc(), set TURN allocation
* parameter peer_conn_type to PJ_TURN_TP_TCP) before calling this function.
*
*
Expand Down

0 comments on commit 30ca718

Please sign in to comment.