(_dl_open): Fix typo in last change.

This commit is contained in:
Ulrich Drepper 2001-04-05 04:19:17 +00:00
parent ebe30a97c9
commit 2fc87911c7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ _dl_open (const char *file, int mode, const void *caller)
{
bsize *= 2;
dl_info = realloc (dl_info, bsize);
if (new_dl_info == NULL)
if (dl_info == NULL)
{
(void) __unload ((void *) handle);
errno = ENOMEM;