Add missing semicolon (#70)

This commit is contained in:
Dmitri Tikhonov 2019-04-02 08:07:10 -04:00 committed by LiteSpeed Tech
parent 842caba2f9
commit b4069a69ae

View file

@ -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
}