Skip to content
Snippets Groups Projects
Commit fcdb5e52 authored by Vincent Le Garrec's avatar Vincent Le Garrec Committed by Lucas Givord
Browse files

Fix example DumpXMLFile.cxx

(cherry picked from commit 47c85475)
parent f111d5d1
No related branches found
No related tags found
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