Commit 5e3f49d1 by Doug Evans

(option_map): Add missing comma.

From-SVN: r4740
parent c569c2c1
...@@ -660,7 +660,7 @@ struct option_map option_map[] = ...@@ -660,7 +660,7 @@ struct option_map option_map[] =
{"--silent", "-q", 0}, {"--silent", "-q", 0},
{"--force-link", "-u", "a"}, {"--force-link", "-u", "a"},
{"--verbose", "-v", 0}, {"--verbose", "-v", 0},
{"--version", "-dumpversion", 0} {"--version", "-dumpversion", 0},
{"--no-warnings", "-w", 0}, {"--no-warnings", "-w", 0},
{"--language", "-x", "a"}, {"--language", "-x", "a"},
......
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