From 6a494e2cbdd146bb13185d8220061322661a5f5a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 3 Nov 2015 13:42:05 -0500 Subject: Astyle. --- toxav/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/video.h') diff --git a/toxav/video.h b/toxav/video.h index 51f34318..fb836a35 100644 --- a/toxav/video.h +++ b/toxav/video.h @@ -58,7 +58,7 @@ typedef struct VCSession_s { pthread_mutex_t queue_mutex[1]; } VCSession; -VCSession *vc_new(ToxAV* av, uint32_t friend_number, toxav_video_receive_frame_cb* cb, void* cb_data); +VCSession *vc_new(ToxAV *av, uint32_t friend_number, toxav_video_receive_frame_cb *cb, void *cb_data); void vc_kill(VCSession *vc); void vc_iterate(VCSession *vc); int vc_queue_message(void *vcp, struct RTPMessage *msg); -- cgit v1.2.3