Commit e37cda9b by Per Bothner

One more typo.

From-SVN: r20263
parent 77346de2
...@@ -4748,7 +4748,7 @@ main (argc, argv) ...@@ -4748,7 +4748,7 @@ main (argc, argv)
i = n_infiles; i = n_infiles;
#ifdef LANG_SPECIFIC_DRIVER #ifdef LANG_SPECIFIC_DRIVER
i += lang_specific_extra_ofiles; i += lang_specific_extra_outfiles;
#endif #endif
outfiles = (char **) xmalloc (i * sizeof (char *)); outfiles = (char **) xmalloc (i * sizeof (char *));
bzero ((char *) outfiles, n_infiles * sizeof (char *)); bzero ((char *) outfiles, n_infiles * sizeof (char *));
......
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