From: Per Bothner Date: Sat, 6 Jun 1998 10:42:32 +0000 (-0700) Subject: One more typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e37cda9b2c552b1bf1fe5f8431d749c94d2cdbf5;p=gcc.git One more typo. From-SVN: r20263 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index cb797e11974..9e2be41f142 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -4748,7 +4748,7 @@ main (argc, argv) i = n_infiles; #ifdef LANG_SPECIFIC_DRIVER - i += lang_specific_extra_ofiles; + i += lang_specific_extra_outfiles; #endif outfiles = (char **) xmalloc (i * sizeof (char *)); bzero ((char *) outfiles, n_infiles * sizeof (char *));