Skip to content

Commit 7cb0d28

Browse files
committed
Fix silly error
1 parent 605264f commit 7cb0d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tc/filters/flower/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bitflags! {
55
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
66
pub struct Flags : u32 {
77
const IsFragment = 1 << 0;
8-
const FragmentIsFirst = 1 << 0;
8+
const FragmentIsFirst = 1 << 1;
99
const _ = !0;
1010
}
1111
}

0 commit comments

Comments
 (0)