summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-03-29 01:10:34 +0100
committermannol <eniz_vukovic@hotmail.com>2015-03-29 01:10:34 +0100
commitfdaad0b7c008b65646ca5cbd62ac0d305617ecfe (patch)
treee7f3e4e7a39916c37ff5af4fc9224a562826217e /toxav/rtp.h
parente65efc8936ee029f735a22105843335c18026ad2 (diff)
A little CS cleanup
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 2950941b..3bfbb7af 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -101,7 +101,7 @@ typedef struct {
101 101
102 int dest; 102 int dest;
103 103
104 struct CSSession_s *cs; 104 struct CSession_s *cs;
105 Messenger *m; 105 Messenger *m;
106 106
107} RTPSession; 107} RTPSession;