From cea325b7451c1fb8dd22462ec2e7b5b88ea9b547 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 19 Jun 2016 20:23:07 +0200 Subject: Adds an LE executable parser. Adds the binparse library that holds common components for the MZ and LE parsers. --- mz/mz_header_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mz/mz_header_parser.cpp') diff --git a/mz/mz_header_parser.cpp b/mz/mz_header_parser.cpp index d18a72e..66718d1 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 = parse_mz_file(file); + auto x = mz::parse_file(file); std::cout << x << std::endl; return 0; -- cgit v1.2.3-70-g09d2