mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Add missing semicolon (#70)
This commit is contained in:
parent
842caba2f9
commit
b4069a69ae
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ lsquic_iquic_parse_packet_in_long_begin (lsquic_packet_in_t *packet_in,
|
|||
return -1;
|
||||
#ifdef WIN32
|
||||
/* Useless initialization */
|
||||
packet_len = 0
|
||||
packet_len = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue