summaryrefslogtreecommitdiff
path: root/toxav/phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/phone.c')
-rw-r--r--toxav/phone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/phone.c b/toxav/phone.c
index ec7dd143..98e97873 100644
--- a/toxav/phone.c
+++ b/toxav/phone.c
@@ -1019,7 +1019,7 @@ av_session_t *av_init_session()
1019 fraddr_to_str( _byte_address, _retu->_my_public_id ); 1019 fraddr_to_str( _byte_address, _retu->_my_public_id );
1020 1020
1021 1021
1022 _retu->av = toxav_new(_retu->_messenger, _retu, _USERAGENT, width, height); 1022 _retu->av = toxav_new(_retu->_messenger, _retu, width, height);
1023 1023
1024 /* ------------------ */ 1024 /* ------------------ */
1025 1025