commit | a6fe56a8cf5f90e06a0099f1dc2bf2289f21f307 | [log] [tgz] |
---|---|---|
author | Nicolas Delcros <nicolas@dyalog.com> | Mon Sep 25 14:03:43 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 25 17:56:38 2006 +0200 |
tree | d289202e200e9dada29e76b96f33580d96875278 | |
parent | a3d8d14e529f34d09422249cc1f360e1eda548e1 [diff] |
wrc: Fixed typo for the --pedantic argument.
diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 8509feb..e91661c 100644 --- a/tools/wrc/wrc.c +++ b/tools/wrc/wrc.c
@@ -189,7 +189,7 @@ { "nostdinc", 0, 0, 1 }, { "output", 1, 0, 'o' }, { "output-format", 1, 0, 'O' }, - { "pendantic", 0, 0, 8 }, + { "pedantic", 0, 0, 8 }, { "preprocessor", 1, 0, 4 }, { "target", 1, 0, 'F' }, { "undefine", 1, 0, 'U' },