summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmeta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fsmeta.cpp')
-rw-r--r--src/lib/formats/fsmeta.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/fsmeta.cpp b/src/lib/formats/fsmeta.cpp
index c5675d67a04..0159269a0d6 100644
--- a/src/lib/formats/fsmeta.cpp
+++ b/src/lib/formats/fsmeta.cpp
@@ -24,6 +24,8 @@ const char *meta_data::entry_name(meta_name name)
case meta_name::rsrc_length: return "rsrc_length";
case meta_name::sequential: return "sequential";
case meta_name::size_in_blocks: return "size_in_blocks";
+ case meta_name::file_type: return "file_type";
+ case meta_name::ascii_flag: return "ascii_flag";
}
return "";
}