From 9c9d270b7e9ef161417ee54d995ab6c291f9c7e6 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Fri, 25 Jun 2010 00:30:32 +0000 Subject: [PATCH] Fix typo in comment. I may need to buy a few more fingers to count on. --- libfreefare/tlv.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libfreefare/tlv.c b/libfreefare/tlv.c index fe11be3..49c7182 100644 --- a/libfreefare/tlv.c +++ b/libfreefare/tlv.c @@ -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)