diff options
author | Doug Evans <dje@gnu.org> | 1994-10-01 03:57:21 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-10-01 03:57:21 +0000 |
commit | 78b4f182844c792171d30331cf2db4ad11e602a0 (patch) | |
tree | 075fb2a2d8cf61c39966f5464fb3b95adbd8140a /gcc | |
parent | a0ae8e8de301170f16a6ebb54c5ecb9067ae4375 (diff) | |
download | gcc-78b4f182844c792171d30331cf2db4ad11e602a0.zip gcc-78b4f182844c792171d30331cf2db4ad11e602a0.tar.gz gcc-78b4f182844c792171d30331cf2db4ad11e602a0.tar.bz2 |
(process_command): Fix typo.
From-SVN: r8189
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2660,7 +2660,7 @@ process_command (argc, argv) char *string = xmalloc (len + 1); strncpy (string, value, len-7); strcat (string, "include"); - add_prefix (&include_prefix, string, 1, 0, 0); + add_prefix (&include_prefixes, string, 1, 0, 0); } } } |