Commit a6fe56a8 authored by Nicolas Delcros's avatar Nicolas Delcros Committed by Alexandre Julliard

wrc: Fixed typo for the --pedantic argument.

parent a3d8d14e
...@@ -189,7 +189,7 @@ static struct option long_options[] = { ...@@ -189,7 +189,7 @@ static struct option long_options[] = {
{ "nostdinc", 0, 0, 1 }, { "nostdinc", 0, 0, 1 },
{ "output", 1, 0, 'o' }, { "output", 1, 0, 'o' },
{ "output-format", 1, 0, 'O' }, { "output-format", 1, 0, 'O' },
{ "pendantic", 0, 0, 8 }, { "pedantic", 0, 0, 8 },
{ "preprocessor", 1, 0, 4 }, { "preprocessor", 1, 0, 4 },
{ "target", 1, 0, 'F' }, { "target", 1, 0, 'F' },
{ "undefine", 1, 0, 'U' }, { "undefine", 1, 0, 'U' },
......
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