Skip to content

Commit b733398

Browse files
committed
Removed a newline too many
1 parent 39b15f1 commit b733398

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pack.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ u8 *unpack_bytes(u8 **buf, usize len) {
438438
return dest;
439439
}
440440

441-
442441
u16 unpack_string16(u8 **buf, u8 **dest) {
443442
u16 len = unpack_integer(buf, 'H');
444443
*dest = unpack_bytes(buf, len);

0 commit comments

Comments
 (0)