diff options
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 2de8faa..5a781df 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -339,7 +339,7 @@ missing_arg (opt_index) { const char *opt_text = cl_options[opt_index].opt_text; - switch (opt_index) + switch (cl_options[opt_index].opt_code) { case OPT_Wformat_eq: case OPT_d: |