summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2017-11-07 23:56:18 +0800
committerRobin Lindén <dev@robinlinden.eu>2017-11-19 23:52:23 +0100
commit2651193b991f4b691aa978b079718606891c6d48 (patch)
tree5d30a202c2f604e1e1af9658ddba1913eb617525 /toxav/rtp.h
parent4d94a07d255a6af2d3453ac9913a571fee94ee56 (diff)
Fix typo
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 26de5764..2f5ea84f 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -62,7 +62,7 @@ struct RTPHeader {
62 62
63 /* Non-standard TOX-specific fields */ 63 /* Non-standard TOX-specific fields */
64 uint16_t cpart;/* Data offset of the current part */ 64 uint16_t cpart;/* Data offset of the current part */
65 uint16_t tlen; /* Total message lenght */ 65 uint16_t tlen; /* Total message length */
66} __attribute__((packed)); 66} __attribute__((packed));
67 67
68/* Check alignment */ 68/* Check alignment */