summaryrefslogtreecommitdiff
path: root/mz/mz_header_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mz/mz_header_parser.cpp')
-rw-r--r--mz/mz_header_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mz/mz_header_parser.cpp b/mz/mz_header_parser.cpp
index 66718d1..6010331 100644
--- a/mz/mz_header_parser.cpp
+++ b/mz/mz_header_parser.cpp
@@ -49,7 +49,7 @@ int main(int argc, char* argv[]) {
}
std::ifstream file(file_path.string());
- auto x = mz::parse_file(file);
+ auto x = mz::parse_header(file);
std::cout << x << std::endl;
return 0;