Fixed pointer position

This commit is contained in:
mannol
2014-02-19 23:15:33 +01:00
parent efb070df9f
commit 4f80d2995f
+1 -1
View File
@@ -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.