remove unnecessary ; in iso_presentation.c

pull/538/head
soyoo 8 months ago committed by GitHub
parent 3a1480e594
commit 5bc3040f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -594,7 +594,7 @@ IsoPresentation_createUserData(IsoPresentation* self, BufferChain writeBuffer, B
int payloadLength = payload->length;
int userDataLengthFieldSize = BerEncoder_determineLengthSize(payloadLength);
;
int pdvListLength = payloadLength + (userDataLengthFieldSize + 4);
int pdvListLengthFieldSize = BerEncoder_determineLengthSize(pdvListLength);

Loading…
Cancel
Save