Skip to content
Snippets Groups Projects
Verified Commit 47c85475 authored by Vincent Le Garrec's avatar Vincent Le Garrec
Browse files

Fix example DumpXMLFile.cxx

parent ddce737b
No related merge requests found
......@@ -80,7 +80,7 @@ int main(int argc, char* argv[])
}
else
{
std::cerr << argv[0] << " Unknown extension: " << extension << std::endl;
std::cerr << argv[f] << " Unknown extension: " << extension << std::endl;
return EXIT_FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment