OSDN Git Service

(option_map): Add missing comma.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 1993 07:14:53 +0000 (07:14 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 1993 07:14:53 +0000 (07:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4740 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gcc.c

index 74f8688..333ab2f 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -660,7 +660,7 @@ struct option_map option_map[] =
    {"--silent", "-q", 0},
    {"--force-link", "-u", "a"},
    {"--verbose", "-v", 0},
-   {"--version", "-dumpversion", 0}
+   {"--version", "-dumpversion", 0},
    {"--no-warnings", "-w", 0},
    {"--language", "-x", "a"},