Fix line endings

master
Ansariel 2017-02-23 11:07:11 +01:00
parent f3a6b3fc29
commit 2b9a8d7255
1 changed files with 4 additions and 4 deletions

View File

@ -78,10 +78,10 @@ void LLSpeaker::lookupName()
{
if (mDisplayName.empty())
{
// <FS:Zi> Crash fix on login
if(!gCacheName)
return;
// </FS:Zi>
// <FS:Zi> Crash fix on login
if(!gCacheName)
return;
// </FS:Zi>
LLAvatarNameCache::get(mID, boost::bind(&LLSpeaker::onNameCache, this, _1, _2)); // todo: can be group???
}
}