Fix typo in comment. I may need to buy a few more fingers to count on.
This commit is contained in:
parent
335eef3e2f
commit
9c9d270b7e
1 changed files with 4 additions and 5 deletions
|
@ -149,11 +149,10 @@ tlv_record_length (const uint8_t *stream, size_t *field_length_size, size_t *fie
|
|||
/*
|
||||
* Get a pointer to the next record in the provided TLV sequence.
|
||||
* | 0x03 | 0x02 | 0xbe | 0xef | 0x00 | 0x00 | 0xfe |
|
||||
* First call ---' | | |
|
||||
* Second call ------------------------' | |
|
||||
* Third call -------------------------------' |
|
||||
* Fourth call --------------------------------------'
|
||||
* Fifth call NULL
|
||||
* First call ---' | |
|
||||
* Second call -------------------------------' |
|
||||
* Third call --------------------------------------'
|
||||
* Fourth call NULL
|
||||
*/
|
||||
uint8_t *
|
||||
tlv_next (uint8_t *stream)
|
||||
|
|
Loading…
Add table
Reference in a new issue