mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-12 17:25:02 +00:00
Fixed pointer position
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ typedef enum {
|
||||
* @return ToxAv*
|
||||
* @retval NULL On error.
|
||||
*/
|
||||
ToxAv *toxav_new(Tox* messenger, void* userdata, uint16_t video_width, uint16_t video_height);
|
||||
ToxAv *toxav_new(Tox *messenger, void *userdata, uint16_t video_width, uint16_t video_height);
|
||||
|
||||
/**
|
||||
* @brief Remove A/V session.
|
||||
|
||||
Reference in New Issue
Block a user