Fix white space in rtld runtime error printf.

MFC after:	3 days
This commit is contained in:
Robert Watson 2009-11-14 15:08:44 +00:00
parent 69e19c5eaf
commit de8b11d839
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199270

View File

@ -3425,7 +3425,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
if (object_match_name(needed->obj, name))
return needed->obj;
}
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
obj->path, name);
die();
}