Remove whitespace at eol

This commit is contained in:
Andreas Jaeger 2005-03-28 07:58:05 +00:00
parent 54316090f1
commit 7dda24b203
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ __dl_runtime_resolve (ElfW(Word) sym_index,
if (version->hash != 0)
{
sym_map = _dl_lookup_symbol_x (strtab + sym->st_name, l,
sym_map = _dl_lookup_symbol_x (strtab + sym->st_name, l,
&sym, l->l_scope, version,
ELF_RTYPE_CLASS_PLT, 0, 0);
break;