Commit 3dd18cd9 authored by Tudor Bosman's avatar Tudor Bosman Committed by Jordan DeLong

Unbreak build.

Summary: I'll pretend you reviewed this.

Test Plan: build

Reviewed By: simpkins@fb.com

FB internal diff: D562255
parent e8cabb32
......@@ -26,7 +26,7 @@ using namespace facebook;
using namespace facebook::symbolizer;
int main(int argc, char *argv[]) {
google::ParseCommandLineFlags(&argc. &argv, true);
google::ParseCommandLineFlags(&argc, &argv, true);
CHECK_GE(argc, 2);
ElfFile elf(argv[1]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment