fix typo in last commit....

From-SVN: r82386
This commit is contained in:
Aldy Hernandez 2004-05-28 22:18:24 +00:00
parent bfefd4d590
commit 5557d6723d
1 changed files with 1 additions and 4 deletions

View File

@ -1118,10 +1118,7 @@ fname_as_string (int pretty_p)
return (char *) cstr.text;
}
else
{
namep = xmalloc (strlen (name) + 1);
namep = xstrdup (name);
}
namep = xstrdup (name);
return namep;
}