summaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto/huff.h
diff options
context:
space:
mode:
authorbulatman <[email protected]>2023-06-10 13:55:11 +0300
committerbulatman <[email protected]>2023-06-10 13:55:11 +0300
commitd570836295decdb827b4f95d75ebf2d8d9232b9b (patch)
tree859f3511dc3166e935b9c3438f6beee050816001 /library/cpp/compproto/huff.h
parent91497eb27263e2feb35b53a90773e7207752a2ec (diff)
Remove extra semicolon (library)
Diffstat (limited to 'library/cpp/compproto/huff.h')
-rw-r--r--library/cpp/compproto/huff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/huff.h b/library/cpp/compproto/huff.h
index fa5c139189d..3d93c0184d4 100644
--- a/library/cpp/compproto/huff.h
+++ b/library/cpp/compproto/huff.h
@@ -190,7 +190,7 @@ namespace NCompProto {
Max = ::Max(Max, (ui64)value);
Total += weight;
AddMap(value, weight);
- };
+ }
};
struct THuffNode {
@@ -273,7 +273,7 @@ namespace NCompProto {
}
return ret;
- };
+ }
struct TCoderEntry {
ui32 MinValue;