Skip to content

Commit

Permalink
added a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Apres Antonyan committed Oct 4, 2021
1 parent ebe4d9b commit 378e645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static BridgeResponse decodeAtomPacket(byte[] buffer, int len) {
if (first == 0x82) {
int expectedSize = lens + ATOM_FOOTER;
if (s_full_data == null) {
InitBuffer(expectedSize)
InitBuffer(expectedSize);
}
addData(buffer);
return reply;
Expand Down

0 comments on commit 378e645

Please sign in to comment.