aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-10-30 03:18:57 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2006-10-30 03:18:57 +0000
commit2310f1f84ff14ed4b75faf889c4587c36da3bcab (patch)
treec6fd688567f773d1145bb951bccd61b0dd059a6e /gcc/dwarf2out.c
parent00f5f722bf498cbbbef4dd17db004b885c9b9dfe (diff)
downloadgcc-2310f1f84ff14ed4b75faf889c4587c36da3bcab.zip
gcc-2310f1f84ff14ed4b75faf889c4587c36da3bcab.tar.gz
gcc-2310f1f84ff14ed4b75faf889c4587c36da3bcab.tar.bz2
dwarf2out.c (file_name_acquire): Correct typo.
* dwarf2out.c (file_name_acquire): Correct typo. Formatting tweak to earlier ChangeLog entry. From-SVN: r118171
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 2b0de93..0ba0220 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -7669,7 +7669,7 @@ file_name_acquire (void ** slot, void *data)
f = strrchr (f, DIR_SEPARATOR);
#if defined (DIR_SEPARATOR_2)
{
- char *g = strrchr (files[i].path, DIR_SEPARATOR_2);
+ char *g = strrchr (fi->path, DIR_SEPARATOR_2);
if (g != NULL)
{