small fixes

This commit is contained in:
silverweed 2025-01-22 11:16:18 +01:00
parent 6d650eb0a3
commit 8822edd5ba

View file

@ -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 {