Skip to content

Commit ea5314f

Browse files
committed
fixed a typo in a comment
1 parent be8e531 commit ea5314f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpack_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ msgpack_unpack_func(int, _execute)(msgpack_unpack_struct(_context)* ctx, const c
224224
//case 0xd6: // big integer 16
225225
//case 0xd7: // big integer 32
226226
//case 0xd8: // big float 16
227-
case 0xd9: // raw 8 (str 9)
227+
case 0xd9: // raw 8 (str 8)
228228
case 0xda: // raw 16 (str 16)
229229
case 0xdb: // raw 32 (str 32)
230230
again_fixed_trail(NEXT_CS(p), 1 << ((((unsigned int)*p) & 0x03) - 1));

0 commit comments

Comments
 (0)