small fixes
This commit is contained in:
parent
6d650eb0a3
commit
8822edd5ba
1 changed files with 2 additions and 2 deletions
|
@ -104,9 +104,9 @@ internal const String8 section_names[] = {
|
||||||
str8("RNTuple Footer"),
|
str8("RNTuple Footer"),
|
||||||
str8("Page List"),
|
str8("Page List"),
|
||||||
str8("Page"),
|
str8("Page"),
|
||||||
|
str8("RNTuple Anchor"),
|
||||||
str8("Free Slot"),
|
str8("Free Slot"),
|
||||||
str8("Other"),
|
str8("Other"),
|
||||||
str8("RNTuple Anchor"),
|
|
||||||
};
|
};
|
||||||
static_assert(countof(section_names) == Sec_COUNT);
|
static_assert(countof(section_names) == Sec_COUNT);
|
||||||
|
|
||||||
|
@ -140,8 +140,8 @@ struct TKeys_Data {
|
||||||
|
|
||||||
struct RNTuple_Anchor_Node {
|
struct RNTuple_Anchor_Node {
|
||||||
RNTuple_Anchor_Node *next;
|
RNTuple_Anchor_Node *next;
|
||||||
ROOT::RNTuple anchor;
|
|
||||||
Section section;
|
Section section;
|
||||||
|
ROOT::RNTuple anchor;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TFile_Data {
|
struct TFile_Data {
|
||||||
|
|
Loading…
Add table
Reference in a new issue